wip
This commit is contained in:
1
components.d.ts
vendored
1
components.d.ts
vendored
@@ -182,6 +182,7 @@ declare module 'vue' {
|
||||
Switch: typeof import('./src/components/base/Switch.vue')['default']
|
||||
Textarea: typeof import('./src/components/base/Textarea.vue')['default']
|
||||
Toast: typeof import('./src/components/base/toast/Toast.vue')['default']
|
||||
ToastComponent: typeof import('./src/components/base/toast/ToastComponent.vue')['default']
|
||||
Tooltip: typeof import('./src/components/base/Tooltip.vue')['default']
|
||||
TypeWord: typeof import('./src/components/word/components/TypeWord.vue')['default']
|
||||
TypingArticle: typeof import('./src/components/article/components/TypingArticle.vue')['default']
|
||||
|
||||
@@ -13,7 +13,8 @@ const common = {
|
||||
const map = {
|
||||
DEV: {
|
||||
API: 'http://localhost/',
|
||||
RESOURCE_URL: 'https://dicts.2study.top/',
|
||||
// RESOURCE_URL: 'https://dicts.2study.top/',
|
||||
RESOURCE_URL: '/',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user