优化代码,修复已知bug

This commit is contained in:
jaylen
2023-06-10 10:04:35 +08:00
parent fa70ad608a
commit 9707895a7c
60 changed files with 11677 additions and 1299 deletions

View File

@@ -22,4 +22,7 @@ const app = new Vue({
...App
})
// 引入请求封装
require('./util/request/index')(app)
app.$mount()