Commit 99009ffd by WH

fix:修复快照页面不显示的缺陷

parent 6d5cb87e
......@@ -15,7 +15,7 @@ import StaticsRouter from "../views/Statics/StaticsRouter";
Vue.use(VueRouter);
const DisplayRouter = BusRouter.map(route => {
const DisplayRouter = Business.map(route => {
const newRoute = Object.assign({}, route)
newRoute.name = newRoute.name + 'Display'
return newRoute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment