Skip to content

Commit 74508b5

Browse files
committed
fix: restore missing data properties in SubTable.vue
1 parent 16690d7 commit 74508b5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/views/home/SubTable.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,17 @@ export default {
149149
],
150150
backendOptions: [],
151151
api: '',
152+
shortUrl: window.config.shortUrl,
153+
remoteConfigOptions: window.config.remoteConfigOptions,
154+
moreConfig: this.DEFAULT_MORECONFIG,
155+
isShowMoreConfig: false,
156+
isShowManualApiUrl: false,
157+
isShowRemoteConfig: false,
158+
result: {
159+
subUrl: '',
160+
shortUrl: '',
161+
},
162+
urls: [],
152163
target: 'clash',
153164
remoteConfig: '',
154165
};

0 commit comments

Comments
 (0)