From 63f9949795c4abfda7752914f44e0ea991c54e31 Mon Sep 17 00:00:00 2001 From: unknown <331404948@qq.com> Date: Fri, 15 Mar 2024 18:40:17 +0800 Subject: [PATCH] 00 --- config/site.config.js | 2 +- manifest.json | 2 +- pages.json | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config/site.config.js b/config/site.config.js index b922e30..7d45f6e 100644 --- a/config/site.config.js +++ b/config/site.config.js @@ -2,7 +2,7 @@ const VUE_APP_PLATFORM = process.env.VUE_APP_PLATFORM; // localIp = false module.exports = { H5_API: VUE_APP_PLATFORM === 'h5' ? '/api' : '',//h5代理 - WX_API: VUE_APP_PLATFORM === 'h5' ? '/' : 'http://192.168.1.18:8318/',//非代理地址 + WX_API: VUE_APP_PLATFORM === 'h5' ? '/' : 'http://192.168.1.43:8318/',//非代理地址 website: 'http://192.168.1.37', httpPrefix: 'app-api/', imgUrl: 'https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/defaultImages/app/bigImg/' diff --git a/manifest.json b/manifest.json index 27212ff..c137acd 100644 --- a/manifest.json +++ b/manifest.json @@ -163,7 +163,7 @@ "disableHostCheck" : true, "proxy" : { "/api" : { - "target" : "http://192.168.1.18:8318/", + "target" : "http://192.168.1.43:8318/", // "target" : "http://192.168.1.36:48080/", "changeOrigin" : true, "secure" : true, diff --git a/pages.json b/pages.json index 54da835..6087eb6 100644 --- a/pages.json +++ b/pages.json @@ -509,6 +509,15 @@ "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } + }, + { + "path": "login/privacyAgreement/privacyAgreement", + "style": { + "navigationBarTitleText": "登录", + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "backgroundTextStyle": "dark" + } } ]