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