部门管理

This commit is contained in:
2025-03-04 18:44:40 +08:00
parent 628951cf10
commit 4e71b99606
7 changed files with 174 additions and 34 deletions

View File

@@ -3,9 +3,9 @@ import App from '@/App'
import router from '@/router' // api: https://github.com/vuejs/vue-router
import store from '@/store' // api: https://github.com/vuejs/vuex
import VueCookie from 'vue-cookie' // api: https://github.com/alfhen/vue-cookie
import '@/element-ui' // api: https://github.com/ElemeFE/element
import ElementUI from 'element-ui'
import '@/icons' // api: http://www.iconfont.cn/
import '@/element-ui-theme'
import 'element-ui/lib/theme-chalk/index.css'
import '@/assets/scss/index.scss'
import httpRequest from '@/utils/httpRequest' // api: https://github.com/axios/axios
import { isAuth } from '@/utils'
@@ -23,6 +23,7 @@ import './style/bpmn-custom-color.css' // 导入自定义的样式文件
Vue.prototype.$echarts = echarts;
Vue.use(VueCookie)
Vue.use(ElementUI)
Vue.config.productionTip = false
// 非生产环境, 适配mockjs模拟数据 // api: https://github.com/nuysoft/Mock