二手车交易,静态列表页面
This commit is contained in:
@ -3,6 +3,7 @@ import VueRouter from "vue-router";
|
||||
Vue.use(VueRouter);
|
||||
import kpiRouter from './kpi-router'
|
||||
import invoiceRouter from "@/router/invoice-router";
|
||||
import secondHandRouter from "@/router/second-hand-router";
|
||||
const routes = [
|
||||
{
|
||||
path: '/',
|
||||
@ -267,6 +268,7 @@ const routes = [
|
||||
},
|
||||
...kpiRouter,
|
||||
...invoiceRouter,
|
||||
...secondHandRouter,
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
|
Reference in New Issue
Block a user