From 8b70c6d4b9d6a652ffc0edaf9a9cf36790af9777 Mon Sep 17 00:00:00 2001 From: xiaobo <1317797578@qq.com> Date: Mon, 30 Dec 2024 23:42:37 +0800 Subject: [PATCH] 1 --- config.js | 6 ++++-- manifest.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index 9075560..313873b 100644 --- a/config.js +++ b/config.js @@ -13,12 +13,14 @@ const type = 'prod' // 环境配置 const config = { dev : { - baseUrl : 'https://popularize-admin.hhlm1688.com/popularize-admin', + baseUrl : 'http://test-lzx.natapp1.cc/popularize-admin', + // baseUrl : 'https://popularize-admin.hhlm1688.com/popularize-admin', // baseUrl : 'http://h5.xzaiyp.top/popularize-admin', }, prod : { + baseUrl : 'http://test-lzx.natapp1.cc/popularize-admin', // baseUrl : 'http://h5.xzaiyp.top/popularize-admin', - baseUrl : 'https://popularize-admin.hhlm1688.com/popularize-admin', + // baseUrl : 'https://popularize-admin.hhlm1688.com/popularize-admin', } } diff --git a/manifest.json b/manifest.json index 61368fc..3df937f 100644 --- a/manifest.json +++ b/manifest.json @@ -52,7 +52,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx4bf1b331b5f4e8d8", + "appid" : "wx797abcfb479c75ec", "setting" : { "urlCheck" : false },