Commit f94a3e4d authored by 黄奎's avatar 黄奎

页面修改

parent 8d8042a3
......@@ -20,6 +20,7 @@ import customerOrder from "./components/customerManage/customerOrder"
import myCustomerOrder from "./components/customerManage/myCustomerOrder"
import automaticLogin from './views/automaticLogin'
import planeTicketOrder from './components/planeTicketOrder/index'
import Test from './components/Test'
Vue.use(Router);
export default new Router({
......@@ -491,6 +492,14 @@ export default new Router({
meta: {
title: "订单核算统计"
}
},
{
path: "/test",
name: "test",
component: Test,
meta: {
title: "测试命令"
}
}
]
},
......
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