This commit is contained in:
zhangsir
2024-02-05 17:53:43 +08:00
parent e8891b4dee
commit 490d7edbfd
8 changed files with 193 additions and 66 deletions

View File

@@ -15,7 +15,7 @@ import 'element-plus/dist/index.css'
// import zhCn from 'element-plus/es/locale/lang/zh-cn'
import "@/assets/scss/common.scss"
import Antd from 'ant-design-vue';
import 'ant-design-vue/dist/antd.css';
import 'ant-design-vue/dist/reset.css';
import {request} from "@/api/request";
import {USER_INFO, USER_PERMISSION, VALIDATE_TOKEN} from "@/api/apis";
import * as api1 from "@/api/index1";