File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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' ]
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ const common = {
1313const 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
You can’t perform that action at this time.
0 commit comments