|
@@ -1,28 +1,28 @@
|
|
|
{
|
|
|
- "name": "营销工具",
|
|
|
- "appid": "__UNI__60CDE76",
|
|
|
- "description": "",
|
|
|
- "versionName": "1.0.0",
|
|
|
- "versionCode": "100",
|
|
|
- "transformPx": false,
|
|
|
+ "name" : "营销工具",
|
|
|
+ "appid" : "__UNI__60CDE76",
|
|
|
+ "description" : "",
|
|
|
+ "versionName" : "1.0.0",
|
|
|
+ "versionCode" : "100",
|
|
|
+ "transformPx" : false,
|
|
|
/* 5+App特有相关 */
|
|
|
- "app-plus": {
|
|
|
- "usingComponents": true,
|
|
|
- "nvueStyleCompiler": "uni-app",
|
|
|
- "compilerVersion": 3,
|
|
|
- "splashscreen": {
|
|
|
- "alwaysShowBeforeRender": true,
|
|
|
- "waiting": true,
|
|
|
- "autoclose": true,
|
|
|
- "delay": 0
|
|
|
+ "app-plus" : {
|
|
|
+ "usingComponents" : true,
|
|
|
+ "nvueStyleCompiler" : "uni-app",
|
|
|
+ "compilerVersion" : 3,
|
|
|
+ "splashscreen" : {
|
|
|
+ "alwaysShowBeforeRender" : true,
|
|
|
+ "waiting" : true,
|
|
|
+ "autoclose" : true,
|
|
|
+ "delay" : 0
|
|
|
},
|
|
|
/* 模块配置 */
|
|
|
- "modules": {},
|
|
|
+ "modules" : {},
|
|
|
/* 应用发布信息 */
|
|
|
- "distribute": {
|
|
|
+ "distribute" : {
|
|
|
/* android打包配置 */
|
|
|
- "android": {
|
|
|
- "permissions": [
|
|
|
+ "android" : {
|
|
|
+ "permissions" : [
|
|
|
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
|
|
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
|
|
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
|
|
@@ -41,87 +41,87 @@
|
|
|
]
|
|
|
},
|
|
|
/* ios打包配置 */
|
|
|
- "ios": {},
|
|
|
+ "ios" : {},
|
|
|
/* SDK配置 */
|
|
|
- "sdkConfigs": {}
|
|
|
+ "sdkConfigs" : {}
|
|
|
}
|
|
|
},
|
|
|
/* 快应用特有相关 */
|
|
|
- "quickapp": {},
|
|
|
+ "quickapp" : {},
|
|
|
/* 小程序特有相关 */
|
|
|
- "mp-weixin": {
|
|
|
- "appid": "wx08b337e860e3ea58",
|
|
|
- "setting": {
|
|
|
- "urlCheck": false,
|
|
|
- "es6": true,
|
|
|
- "postcss": true,
|
|
|
- "minified": true
|
|
|
+ "mp-weixin" : {
|
|
|
+ "appid" : "wx08b337e860e3ea58",
|
|
|
+ "setting" : {
|
|
|
+ "urlCheck" : false,
|
|
|
+ "es6" : true,
|
|
|
+ "postcss" : true,
|
|
|
+ "minified" : true
|
|
|
},
|
|
|
- "usingComponents": true,
|
|
|
- "permission": {
|
|
|
- "scope.userLocation": {
|
|
|
- "desc": "向您推荐附近门店信息,方便自主定位帮您规划导航路线"
|
|
|
+ "usingComponents" : true,
|
|
|
+ "permission" : {
|
|
|
+ "scope.userLocation" : {
|
|
|
+ "desc" : "向您推荐附近门店信息,方便自主定位帮您规划导航路线"
|
|
|
}
|
|
|
},
|
|
|
- "requiredPrivateInfos": ["getLocation"]
|
|
|
+ "requiredPrivateInfos" : [ "getLocation" ]
|
|
|
},
|
|
|
- "mp-alipay": {
|
|
|
- "usingComponents": true
|
|
|
+ "mp-alipay" : {
|
|
|
+ "usingComponents" : true
|
|
|
},
|
|
|
- "mp-baidu": {
|
|
|
- "usingComponents": true
|
|
|
+ "mp-baidu" : {
|
|
|
+ "usingComponents" : true
|
|
|
},
|
|
|
- "mp-toutiao": {
|
|
|
- "usingComponents": true
|
|
|
+ "mp-toutiao" : {
|
|
|
+ "usingComponents" : true
|
|
|
},
|
|
|
- "uniStatistics": {
|
|
|
- "enable": false
|
|
|
+ "uniStatistics" : {
|
|
|
+ "enable" : false
|
|
|
},
|
|
|
- "vueVersion": "2",
|
|
|
- "h5": {
|
|
|
- "router": {
|
|
|
- "mode": "hash",
|
|
|
- "base": "./"
|
|
|
+ "vueVersion" : "2",
|
|
|
+ "h5" : {
|
|
|
+ "router" : {
|
|
|
+ "mode" : "hash",
|
|
|
+ "base" : "./"
|
|
|
},
|
|
|
- "devServer": {
|
|
|
- "https": false,
|
|
|
- "disableHostCheck": true,
|
|
|
- "proxy": {
|
|
|
- "/socket1": {
|
|
|
- "target": "ws://61.164.207.46:8200",
|
|
|
- "changeOrigin": true,
|
|
|
- "pathRewrite": {
|
|
|
- "^/apis1": ""
|
|
|
+ "devServer" : {
|
|
|
+ "https" : false,
|
|
|
+ "disableHostCheck" : true,
|
|
|
+ "proxy" : {
|
|
|
+ "/socket1" : {
|
|
|
+ "target" : "ws://61.164.207.46:8200",
|
|
|
+ "changeOrigin" : true,
|
|
|
+ "pathRewrite" : {
|
|
|
+ "^/apis1" : ""
|
|
|
}
|
|
|
},
|
|
|
- "/socket": {
|
|
|
- "target": "wss://www.ibpchina.com.cn",
|
|
|
- "changeOrigin": false,
|
|
|
- "pathRewrite": {
|
|
|
- "^/apis": ""
|
|
|
+ "/socket" : {
|
|
|
+ "target" : "wss://www.ibpchina.com.cn",
|
|
|
+ "changeOrigin" : false,
|
|
|
+ "pathRewrite" : {
|
|
|
+ "^/apis" : ""
|
|
|
}
|
|
|
},
|
|
|
- "/apis1": {
|
|
|
- "target": "http://61.164.207.46:8200",
|
|
|
- "changeOrigin": true,
|
|
|
- "pathRewrite": {
|
|
|
- "^/apis1": ""
|
|
|
+ "/apis1" : {
|
|
|
+ "target" : "http://61.164.207.46:8200",
|
|
|
+ "changeOrigin" : true,
|
|
|
+ "pathRewrite" : {
|
|
|
+ "^/apis1" : ""
|
|
|
}
|
|
|
},
|
|
|
- "/apis": {
|
|
|
- "target": "https://www.ibpchina.com.cn",
|
|
|
- "changeOrigin": false,
|
|
|
- "pathRewrite": {
|
|
|
- "^/apis": ""
|
|
|
+ "/apis" : {
|
|
|
+ "target" : "http://61.164.207.46:8200",
|
|
|
+ "changeOrigin" : false,
|
|
|
+ "pathRewrite" : {
|
|
|
+ "^/apis" : ""
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "optimization": {
|
|
|
- "treeShaking": {
|
|
|
- "enable": true
|
|
|
+ "optimization" : {
|
|
|
+ "treeShaking" : {
|
|
|
+ "enable" : true
|
|
|
}
|
|
|
},
|
|
|
- "title": "营销工具"
|
|
|
+ "title" : "营销工具"
|
|
|
}
|
|
|
-}
|
|
|
+}
|