feat:迁移vue-element-admin登录页面

This commit is contained in:
有来技术
2021-11-19 23:55:14 +08:00
parent a4fe3987c3
commit abf2cce2cb
14 changed files with 339 additions and 369 deletions

View File

@@ -2,6 +2,7 @@ import { createApp } from 'vue'
import App from './App.vue'
import router from "./router";
import {store,key} from './store'
import '@styles/index.scss'
import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css'