|
|
@@ -1,28 +1,28 @@
|
|
|
{
|
|
|
- "name": "美大服务工人小程序",
|
|
|
- "appid": "__UNI__0BCE2F5",
|
|
|
- "description": "",
|
|
|
- "versionName": "1.0.0",
|
|
|
- "versionCode": "100",
|
|
|
- "transformPx": false,
|
|
|
+ "name" : "美大服务工人小程序",
|
|
|
+ "appid" : "__UNI__0BCE2F5",
|
|
|
+ "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,42 +41,46 @@
|
|
|
]
|
|
|
},
|
|
|
/* ios打包配置 */
|
|
|
- "ios": {},
|
|
|
+ "ios" : {},
|
|
|
/* SDK配置 */
|
|
|
- "sdkConfigs": {}
|
|
|
+ "sdkConfigs" : {}
|
|
|
}
|
|
|
},
|
|
|
/* 快应用特有相关 */
|
|
|
- "quickapp": {},
|
|
|
+ "quickapp" : {},
|
|
|
/* 小程序特有相关 */
|
|
|
- "mp-weixin": {
|
|
|
- "appid": "wxe89d8c8225f75d79",
|
|
|
- "mergeVirtualHostAttributes": true,
|
|
|
- "setting": {
|
|
|
- "urlCheck": false,
|
|
|
- "minified": true
|
|
|
+ "mp-weixin" : {
|
|
|
+ "appid" : "wxe89d8c8225f75d79",
|
|
|
+ "mergeVirtualHostAttributes" : true,
|
|
|
+ "setting" : {
|
|
|
+ "urlCheck" : false,
|
|
|
+ "minified" : true
|
|
|
},
|
|
|
- "usingComponents": true,
|
|
|
- "permission": {}
|
|
|
+ "usingComponents" : true,
|
|
|
+ "permission" : {}
|
|
|
},
|
|
|
- "mp-alipay": {
|
|
|
- "usingComponents": true
|
|
|
+ "mp-alipay" : {
|
|
|
+ "usingComponents" : true
|
|
|
},
|
|
|
- "mp-baidu": {
|
|
|
- "usingComponents": true
|
|
|
+ "mp-baidu" : {
|
|
|
+ "usingComponents" : true
|
|
|
},
|
|
|
- "mp-toutiao": {
|
|
|
- "usingComponents": true,
|
|
|
- "mergeVirtualHostAttributes": true
|
|
|
+ "mp-toutiao" : {
|
|
|
+ "usingComponents" : true,
|
|
|
+ "mergeVirtualHostAttributes" : true
|
|
|
},
|
|
|
- "uniStatistics": {
|
|
|
- "enable": false
|
|
|
+ "uniStatistics" : {
|
|
|
+ "enable" : false
|
|
|
},
|
|
|
- "vueVersion": "3",
|
|
|
- "h5": {
|
|
|
- "router": {
|
|
|
- "mode": "history"
|
|
|
+ "vueVersion" : "3",
|
|
|
+ "h5" : {
|
|
|
+ "router" : {
|
|
|
+ "mode" : "hash",
|
|
|
+ "base" : "./"
|
|
|
},
|
|
|
- "title": "美大服务"
|
|
|
+ "title" : "美大服务",
|
|
|
+ "devServer" : {
|
|
|
+ "https" : false
|
|
|
+ }
|
|
|
}
|
|
|
-}
|
|
|
+}
|