From 5dbb8d2121615e5cc3113bd17ab1ceb05f4f3be0 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 6 Jan 2023 16:59:17 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat=20-=20=E6=8B=BC=E5=8D=95=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=20=20=20-=20=E9=9A=90=E8=97=8F=E6=8B=BC=E5=8D=95?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- src/router/index.js | 1 + src/utils/model.js | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d2409e..1c205e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -128,4 +128,11 @@ feat feat - 添加群发 - 取消 模板列表为空时显示默认模板id - - 增加 正式环境的接口地址配置 \ No newline at end of file + - 增加 正式环境的接口地址配置 + + +## v1.0.9 +`2023.1.6` +feat +- 拼单系统 + - 隐藏拼单系统选项 \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 409c5cc..8a87273 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -123,6 +123,7 @@ export const constantRoutes = [{ title: '众筹拼单系统', icon: 'el-icon-s-help' }, + hidden: true, children: [ { path: '/package-manage', diff --git a/src/utils/model.js b/src/utils/model.js index 72a2d9d..91ffc25 100644 --- a/src/utils/model.js +++ b/src/utils/model.js @@ -1,8 +1,8 @@ /* * @Date: 2021-11-30 15:09:25 * @LastEditors: JinxChen - * @LastEditTime: 2022-12-12 11:35:33 + * @LastEditTime: 2023-01-06 16:58:56 * @FilePath: \TelpoUserManageAdmin\src\utils\model.js * @description: 版本号 */ -export const VersionModel = '1.0.8'; +export const VersionModel = '1.0.9'; From dece7f3eef796bc6b5da6864fdf135b45177f455 Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 6 Jan 2023 17:07:27 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=9A=84=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request-wx-fans.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request-wx-fans.js b/src/utils/request-wx-fans.js index 8c6b982..0b8dbf0 100644 --- a/src/utils/request-wx-fans.js +++ b/src/utils/request-wx-fans.js @@ -1,7 +1,7 @@ /* * @Date: 2021-12-08 15:59:46 * @LastEditors: JinxChen - * @LastEditTime: 2023-01-05 14:53:02 + * @LastEditTime: 2023-01-06 17:06:32 * @FilePath: \TelpoUserManageAdmin\src\utils\request-wx-fans.js * @description: */ @@ -16,7 +16,7 @@ import store from '@/store' // 区分正式和测试环境,注意 :http://localhost:9528/ 是你本地项目的启动地址 const currentUrl = window.location.href.split('#'); // 当前url,因项目部署方式不同,用当前url区分正式环境和测试环境 const testUrlList = [ - 'http://ping.ssjlai.com', + 'http://usersend.ssjlai.com', 'http://localhost:9528' ]; const proUrl = 'http://47.116.67.214:8766/api'; //正式环境接口地址 From 95431129a7f6b8052ba927b062de828c00abcb5c Mon Sep 17 00:00:00 2001 From: JinxChen <2183691628@qq.com> Date: Fri, 6 Jan 2023 17:28:38 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/request-wx-fans.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request-wx-fans.js b/src/utils/request-wx-fans.js index 0b8dbf0..74040fb 100644 --- a/src/utils/request-wx-fans.js +++ b/src/utils/request-wx-fans.js @@ -1,7 +1,7 @@ /* * @Date: 2021-12-08 15:59:46 * @LastEditors: JinxChen - * @LastEditTime: 2023-01-06 17:06:32 + * @LastEditTime: 2023-01-06 17:28:01 * @FilePath: \TelpoUserManageAdmin\src\utils\request-wx-fans.js * @description: */ @@ -16,7 +16,7 @@ import store from '@/store' // 区分正式和测试环境,注意 :http://localhost:9528/ 是你本地项目的启动地址 const currentUrl = window.location.href.split('#'); // 当前url,因项目部署方式不同,用当前url区分正式环境和测试环境 const testUrlList = [ - 'http://usersend.ssjlai.com', + 'http://47.96.236.113:8003', 'http://localhost:9528' ]; const proUrl = 'http://47.116.67.214:8766/api'; //正式环境接口地址