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

@ -1,7 +1,7 @@
import Vue from "vue";
import VueRouter from "vue-router";
Vue.use(VueRouter);
import kpiRouter from './kpi-router'
const routes = [
{
path: '/',
@ -199,6 +199,7 @@ const routes = [
title:'维保申请'
}
},
...kpiRouter,
]
const router = new VueRouter({