From b68272da7299e61ed15a857791ba6e6b0b935889 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Wed, 26 Jan 2022 10:54:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9F=9F=E5=90=8D=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + apis/tall.js | 3 +-- common/js/config.js | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a629bf1..b8af813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - | 插件面板分开显示 | [fb5e86b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/fb5e86b) - | 登录、日历页小绿点、二级项目列表 | [e676cf0](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/e676cf0) - | 更新代码 | [392c8cc](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/392c8cc) + - | 广告页、引导页 | [fe87d00](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/fe87d00) - | 广告页、引导页 | [1c89806](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/1c89806) - | 获取交付物信息 | [5ae68e2](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/5ae68e2) - | 获取手机唯一码 | [3f60cf8](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/3f60cf8) diff --git a/apis/tall.js b/apis/tall.js index 6190e86..31ef5dd 100644 --- a/apis/tall.js +++ b/apis/tall.js @@ -1,7 +1,6 @@ import Config from '@/common/js/config.js' -// const apiUrl = Config.apiUrl; -const apiUrl = Config.apiUrlNew; +const apiUrl = Config.apiUrl; // const tall = `${apiUrl}/tall3/v3.0`; const tall = `${apiUrl}/ptostall`; diff --git a/common/js/config.js b/common/js/config.js index 02846b1..24f6751 100644 --- a/common/js/config.js +++ b/common/js/config.js @@ -1,13 +1,13 @@ var config = { - baseUrl: 'https://test.tall.wiki', - apiUrl: 'https://test.tall.wiki/gateway', - msgUrl: 'wss://test.tall.wiki/websocket/message/v4.0/ws', - projectPath: 'https://test.tall.wiki/tall-project', + // baseUrl: 'https://test.tall.wiki', + // apiUrl: 'https://test.tall.wiki/gateway', + // msgUrl: 'wss://test.tall.wiki/websocket/message/v4.0/ws', + // projectPath: 'https://test.tall.wiki/tall-project', - baseUrlNew: 'http://101.201.226.163', - apiUrlNew: 'http://101.201.226.163/gateway', - msgUrlNew: 'wss://101.201.226.163/websocket/message/v4.0/ws', - projectPathNew: 'https://101.201.226.163/tall-project', + baseUrl: 'http://101.201.226.163', + apiUrl: 'http://101.201.226.163/gateway', + msgUrl: 'wss://101.201.226.163/websocket/message/v4.0/ws', + projectPath: 'https://101.201.226.163/tall-project', // baseUrl: 'https://www.tall.wiki', // apiUrl: 'https://www.tall.wiki/gateway',