diff --git a/README.md b/README.md index d38b461..3832e31 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'; diff --git a/src/utils/request-wx-fans.js b/src/utils/request-wx-fans.js index 8c6b982..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-05 14:53:02 + * @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://ping.ssjlai.com', + 'http://47.96.236.113:8003', 'http://localhost:9528' ]; const proUrl = 'http://47.116.67.214:8766/api'; //正式环境接口地址