接口报错提示
This commit is contained in:
@@ -16,10 +16,8 @@ import "./router/router-config" // 路由守卫,做动态路由的地方
|
||||
import ElementPlus from 'element-plus'
|
||||
import 'element-plus/dist/index.css'
|
||||
|
||||
import ignoredWarning from './ignoredWarning'
|
||||
|
||||
const app = createApp(App)
|
||||
ignoredWarning(app)
|
||||
app.use(router)
|
||||
.use(directives)
|
||||
.use(ElementPlus)
|
||||
|
||||
Reference in New Issue
Block a user