From d572806cbf5b3dbb1f7e73bf0e591c11d746971d Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Fri, 27 Jun 2025 17:41:44 +0800 Subject: [PATCH 1/2] vtest 1.1.73 & hide index menu --- src/pages.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/pages.json b/src/pages.json index 8d0be2c..23c4d5a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1039,18 +1039,6 @@ "selectedIconPath": "static/images/tab/ta_1.png" }, { - "pagePath": "pages/menu/second", - "text": "推广营销", - "iconPath": "static/images/tab/tab_2.png", - "selectedIconPath": "static/images/tab/ta_2.png" - }, - { - "pagePath": "pages/menu/third", - "text": "商家服务", - "iconPath": "static/images/tab/tab_3.png", - "selectedIconPath": "static/images/tab/ta_3.png" - }, - { "pagePath": "pages/menu/forth", "text": "我的", "iconPath": "static/images/tab/tab_4.png", From 5e5802388712a478be571133e770fa9d36e38fb7 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Fri, 27 Jun 2025 17:49:19 +0800 Subject: [PATCH 2/2] vformal 1.1.73 --- src/js/api.js | 4 ++-- src/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/api.js b/src/js/api.js index 7762a45..c2eb919 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -1,5 +1,5 @@ -export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 -// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 +// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 +export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 // export const ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试 diff --git a/src/manifest.json b/src/manifest.json index 67a9bc5..d3f40af 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -73,7 +73,7 @@ // } // }, /* 正式 wxf1294b279ad1b845 测试: wx7106e84614cf0060*/ - "appid" : "wx7106e84614cf0060", + "appid" : "wxf1294b279ad1b845", "setting" : { "urlCheck" : false, "minified" : true,