mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
新增教师节
This commit is contained in:
@@ -20,10 +20,13 @@ import {request} from "@/api/request";
|
||||
import {USER_INFO, USER_PERMISSION, VALIDATE_TOKEN} from "@/api/apis";
|
||||
import * as api1 from "@/api/index1";
|
||||
import {getCookieForName} from "@/api/method";
|
||||
import components from './components'
|
||||
// import axios from 'axios'
|
||||
// axios.defaults.withCredentials = true;
|
||||
// import zhCN from 'ant-design-vue/es/locale/zh_CN';
|
||||
const app = createApp(App)
|
||||
//全局注册
|
||||
app.use(components)
|
||||
// 清理控制台warn信息
|
||||
app.config.warnHandler = () => null;
|
||||
// app.use(ElementPlus, {
|
||||
|
||||
Reference in New Issue
Block a user