|
@@ -21,7 +21,8 @@
|
|
"pages/form/addProduct/addProduct",
|
|
"pages/form/addProduct/addProduct",
|
|
"pages/collectPatent/collectPatent",
|
|
"pages/collectPatent/collectPatent",
|
|
"pages/personalInformation/personalInformation",
|
|
"pages/personalInformation/personalInformation",
|
|
- "pages/patentDetails/patentDetails"
|
|
|
|
|
|
+ "pages/patentDetails/patentDetails",
|
|
|
|
+ "pages/showImageList/showImageList"
|
|
],
|
|
],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
"list": [
|
|
"list": [
|
|
@@ -65,9 +66,20 @@
|
|
"wux-gallery": "/miniprogram_npm/wux-weapp/gallery/index",
|
|
"wux-gallery": "/miniprogram_npm/wux-weapp/gallery/index",
|
|
"wux-fab-button": "/miniprogram_npm/wux-weapp/fab-button/index",
|
|
"wux-fab-button": "/miniprogram_npm/wux-weapp/fab-button/index",
|
|
"van-icon": "/miniprogram_npm/@vant/weapp/icon/index",
|
|
"van-icon": "/miniprogram_npm/@vant/weapp/icon/index",
|
|
- "my-scroll-view":"/myComponents/scrollView/scrollView"
|
|
|
|
|
|
+ "my-scroll-view": "/myComponents/scrollView/scrollView"
|
|
},
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"sitemapLocation": "sitemap.json",
|
|
- "lazyCodeLoading": "requiredComponents"
|
|
|
|
|
|
+ "lazyCodeLoading": "requiredComponents",
|
|
|
|
+ "envConfig": {
|
|
|
|
+ "dev": {
|
|
|
|
+ "apiUrl": "https://dev-api.yourdomain.com"
|
|
|
|
+ },
|
|
|
|
+ "preview": {
|
|
|
|
+ "apiUrl": "https://preview-api.yourdomain.com"
|
|
|
|
+ },
|
|
|
|
+ "prod": {
|
|
|
|
+ "apiUrl": "https://prod-api.yourdomain.com"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|