Browse Source

fix: 获取c插件信息

test2
xuesinan 4 years ago
parent
commit
7b02efcbf2
  1. 1
      CHANGELOG.md
  2. 2
      apis/plugin.js

1
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)

2
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);

Loading…
Cancel
Save