Skip to content

Commit ad66e46

Browse files
committed
wip
1 parent 55b191f commit ad66e46

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ declare module 'vue' {
182182
Switch: typeof import('./src/components/base/Switch.vue')['default']
183183
Textarea: typeof import('./src/components/base/Textarea.vue')['default']
184184
Toast: typeof import('./src/components/base/toast/Toast.vue')['default']
185+
ToastComponent: typeof import('./src/components/base/toast/ToastComponent.vue')['default']
185186
Tooltip: typeof import('./src/components/base/Tooltip.vue')['default']
186187
TypeWord: typeof import('./src/components/word/components/TypeWord.vue')['default']
187188
TypingArticle: typeof import('./src/components/article/components/TypingArticle.vue')['default']

src/config/env.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const common = {
1313
const map = {
1414
DEV: {
1515
API: 'http://localhost/',
16-
RESOURCE_URL: 'https://dicts.2study.top/',
16+
// RESOURCE_URL: 'https://dicts.2study.top/',
17+
RESOURCE_URL: '/',
1718
},
1819
}
1920

0 commit comments

Comments
 (0)