task#14196,kpi页面

This commit is contained in:
2024-06-29 15:29:30 +08:00
parent b6951292a9
commit b300809698
11 changed files with 983 additions and 16 deletions

View File

@ -2,12 +2,17 @@ import Vue from 'vue'
import App from './App.vue'
import router from './router'
import Vant from 'vant';
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import 'vant/lib/index.css';
import "lib-flexible/flexible";
import "@/utils/rem.js"
import store from './store'
Vue.config.productionTip = false
Vue.use(Vant);
Vue.use(ElementUI);
new Vue({
store,
router,