Commit a508e81b authored by spc's avatar spc

fixed

parent 004fd931
{ {
"name" : "20250528_FHQ1", "name": "20250528_FHQ1",
"appid" : "__UNI__35659A6", "appid": "__UNI__35659A6",
"description" : "", "description": "",
"versionName" : "1.0.0", "versionName": "1.0.0",
"versionCode" : "100", "versionCode": "100",
"transformPx" : false, "transformPx": false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus": {
"usingComponents" : true, "usingComponents": true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler": "uni-app",
"compilerVersion" : 3, "compilerVersion": 3,
"splashscreen" : { "splashscreen": {
"alwaysShowBeforeRender" : true, "alwaysShowBeforeRender": true,
"waiting" : true, "waiting": true,
"autoclose" : true, "autoclose": true,
"delay" : 0 "delay": 0
}, },
/* 模块配置 */ /* 模块配置 */
"modules" : {}, "modules": {},
/* 应用发布信息 */ /* 应用发布信息 */
"distribute" : { "distribute": {
/* android打包配置 */ /* android打包配置 */
"android" : { "android": {
"permissions" : [ "permissions": [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
...@@ -41,45 +41,56 @@ ...@@ -41,45 +41,56 @@
] ]
}, },
/* ios打包配置 */ /* ios打包配置 */
"ios" : {}, "ios": {},
/* SDK配置 */ /* SDK配置 */
"sdkConfigs" : { "sdkConfigs": {
"share" : {} "share": {}
} }
} }
}, },
/* 快应用特有相关 */ /* 快应用特有相关 */
"quickapp" : {}, "quickapp": {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin": {
"appid" : "wxc83b55d61c7fc51d", "appid": "wxc83b55d61c7fc51d",
"setting" : { "setting": {
"urlCheck" : false, "urlCheck": false,
"minified" : true, "minified": true,
"postcss" : true, "postcss": true,
"es6" : true "es6": true
}, },
"usingComponents" : true, "usingComponents": true,
"permission" : { "permission": {
"scope.userLocation" : { "scope.userLocation": {
"desc" : "请允许获取位置信息,用于提供附近服务" "desc": "请允许获取位置信息,用于提供附近服务"
} }
}, },
"requiredBackgroundModes" : [ "share" ], "requiredBackgroundModes": [
"embeddedAppIdList" : [ "wx4205ec55b793245e", "wxab14ac8f684ad962" ] "share"
],
"embeddedAppIdList": [
"wx4205ec55b793245e",
"wxab14ac8f684ad962"
],
"optimization": {
"subpackages": true,
"minimize": true
}
}, },
"mp-alipay" : { "mp-alipay": {
"usingComponents" : true "usingComponents": true
}, },
"mp-baidu" : { "mp-baidu": {
"usingComponents" : true "usingComponents": true
}, },
"mp-toutiao" : { "mp-toutiao": {
"usingComponents" : true "usingComponents": true
}, },
"uniStatistics" : { "uniStatistics": {
"enable" : false "enable": false
}, },
"vueVersion" : "3", "vueVersion": "3",
"requiredPrivateInfos" : [ "chooseAddress" ] "requiredPrivateInfos": [
} "chooseAddress"
]
}
\ No newline at end of file
...@@ -139,7 +139,7 @@ const isBackApp = ref(false); ...@@ -139,7 +139,7 @@ const isBackApp = ref(false);
const taskId = ref(0); const taskId = ref(0);
const shareOptions = { const shareOptions = {
0: { 0: {
title: '8000万中国妈妈信赖的育儿品牌', title: '8500万中国妈妈信赖的育儿品牌',
path: '/pages/index/index?pageType=home', path: '/pages/index/index?pageType=home',
imageUrl: $baseUrl + 'share/share_home0901.jpg', imageUrl: $baseUrl + 'share/share_home0901.jpg',
}, },
......
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