Skip to content

Commit f189353

Browse files
committed
删除无用前端代码
1 parent e7e0c11 commit f189353

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

web/packages/scriptis/view/home/index.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,6 @@ export default {
230230
cacheOptions: {time: 3000}
231231
})
232232
},
233-
getCopilotEnabled() {
234-
return api.fetch(`/copilot/user/isinwhitelist`, {}, {
235-
method: 'get',
236-
cacheOptions: {time: 3000}
237-
})
238-
},
239233
getHeight() {
240234
this.resize(window.innerHeight);
241235
},

0 commit comments

Comments
 (0)