From 19a83d0756685b4be62f414baed068350f1bc52a Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Wed, 26 Jul 2023 11:13:10 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=82=E9=A6=96=E9=A1=B5=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E5=88=97=E8=A1=A8=202=E3=80=82=E8=B7=B3=E8=BD=AC=E4=BA=AC?= =?UTF-8?q?=E4=B8=9C=E5=B0=8F=E7=A8=8B=E5=BA=8F=203=E3=80=82720=E5=85=A8?= =?UTF-8?q?=E6=99=AF=E5=9C=B0=E5=9D=80=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 239 ++--- pages/hotevent/hoteventlist/hoteventlist.vue | 4 +- pages/index/index.vue | 865 ++++++++++--------- 3 files changed, 572 insertions(+), 536 deletions(-) diff --git a/manifest.json b/manifest.json index 2b196cc..a5e8aaf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,118 +1,123 @@ { - "name" : "sjz_uniapp", - "appid" : "__UNI__431D018", - "description" : "", - "versionName" : "1.0.0", - "versionCode" : "100", - "transformPx" : false, - /* 5+App特有相关 */ - "app-plus" : { - "usingComponents" : true, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - /* 模块配置 */ - "modules" : { - "OAuth" : {} - }, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - /* ios打包配置 */ - "ios" : {}, - /* SDK配置 */ - "sdkConfigs" : {} - } - }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "wxaf70a5cd03b06c19", - "setting" : { - "urlCheck" : false - }, - "usingComponents" : true, - "permission" : { - "scope.userLocation" : { - "desc" : "您的位置将用于小程序定位" - } - } - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "h5" : { - "title" : " ", - "domain" : "http://144.7.116.46:10001/", - // "template" : "template.h5.html", - "router" : { - "base" : "/xiongan/" - }, - "devServer" : { - "port" : 8080, - "disableHostCheck" : true, - "proxy" : { - "/dpc" : { - "target" : "https://www.aitto.net", - "changeOrigin" : true, - "secure" : false, - "pathRewrite" : { - "^/dpc" : "" - } - } - } - }, - "async" : { - "timeout" : 30000 - }, - "sdkConfigs" : { - "maps" : { - "qqmap" : { - "key" : "Z2IBZ-6BRKG-Z52QT-IU3J2-6P3QO-WIBII" - } - } - } - }, - "networkTimeout" : { - "request" : 60000, - "connectSocket" : 60000, - "uploadFile" : 60000, - "downloadFile" : 60000 - } -} + "name": "sjz_uniapp", + "appid": "__UNI__431D018", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + /* 5+App特有相关 */ + "app-plus": { + "usingComponents": true, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + /* 模块配置 */ + "modules": { + "OAuth": {} + }, + /* 应用发布信息 */ + "distribute": { + /* android打包配置 */ + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + /* ios打包配置 */ + "ios": {}, + /* SDK配置 */ + "sdkConfigs": {} + } + }, + /* 快应用特有相关 */ + "quickapp": {}, + /* 小程序特有相关 */ + "mp-weixin": { + "appid": "wxaf70a5cd03b06c19", + "setting": { + "urlCheck": false + }, + "usingComponents": true, + "permission": { + "scope.userLocation": { + "desc": "您的位置将用于小程序定位" + } + } + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "h5": { + "title": " ", + "domain": "http://144.7.116.46:10001/", + // "template" : "template.h5.html", + "router": { + "base": "/xiongan/" + }, + "devServer": { + "port": 8080, + "disableHostCheck": true, + "proxy": { + "/dpc": { + "target": "https://www.aitto.net", + "changeOrigin": true, + "secure": false, + "pathRewrite": { + "^/dpc": "" + } + } + } + }, + "async": { + "timeout": 30000 + }, + "sdkConfigs": { + "maps": { + "qqmap": { + "key": "Z2IBZ-6BRKG-Z52QT-IU3J2-6P3QO-WIBII" + } + } + } + }, + "networkTimeout": { + "request": 60000, + "connectSocket": 60000, + "uploadFile": 60000, + "downloadFile": 60000 + }, + "navigateToMiniProgramAppIdList": [ + //列表中最多配置10个appid + "wx91d27dbf599dff74" + ] + +} \ No newline at end of file diff --git a/pages/hotevent/hoteventlist/hoteventlist.vue b/pages/hotevent/hoteventlist/hoteventlist.vue index 808340d..6aa757a 100644 --- a/pages/hotevent/hoteventlist/hoteventlist.vue +++ b/pages/hotevent/hoteventlist/hoteventlist.vue @@ -20,7 +20,7 @@ --> - + + {{ this.$param.pageMsg }} @@ -48,7 +49,6 @@ 加载中… --> - {{ this.$param.pageMsg }} diff --git a/pages/index/index.vue b/pages/index/index.vue index 46df4db..1c50cba 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,7 @@ - \ No newline at end of file +