From 7b02efcbf20a8c758d305547e84104d2d8621b2c Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Thu, 27 Jan 2022 18:23:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8E=B7=E5=8F=96c=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + apis/plugin.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1e2fe..c54a6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,7 @@ - | 插件样式调整 | [7411d3a](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/7411d3a) - | 更新代码 | [aa6093a](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/aa6093a) - | 交付物相关细节调整 | [87ae00d](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/87ae00d) + - | 删除打印 | [3e75576](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/3e75576) - | 细节调整 | [ebf678f](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/ebf678f) - | 细节调整 | [759ef52](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/759ef52) - | 细节调整 | [bdd5f87](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/bdd5f87) diff --git a/apis/plugin.js b/apis/plugin.js index f3b15ea..3aeb134 100644 --- a/apis/plugin.js +++ b/apis/plugin.js @@ -2,7 +2,7 @@ import Config from '@/common/js/config.js'; import { computed } from 'vue'; import store from '@/store/index.js'; -const { apiUrl } = Config.apiUrl; +const { apiUrl } = Config; // const defaultwbs = `${apiUrl}/defaultwbs`; const domain = computed(() => store.state.domain); console.log('domain: ', domain.value);