Commit 0c148fb4 authored by liwei's avatar liwei

增加readme文档,涉及到了修改哪些配置文件

parent 37bcbec5
# cust-app
涉及到项目中的配置(需要修改):
1、跳转H5页面
2、静态图片路径
3、后端接口路径
4、字体路径
5、u-icon组件(Element-UI的组件)
需要修改的文件:
1、config.js(路径:config.js)(涉及到1、2、3)
2、u-icon.vue(路径:uni_modules/uview-ui/components/u-icon/u-icon.vue)(涉及到5)(本地路径需要将路径转成base64,否则在手机端会出现不显示图标bug。用线上的没有这个问题)
3、App.vue (路径: App.vue)(涉及到4)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment