|
@@ -49,29 +49,24 @@ export const constantRoutes = [
|
|
|
},
|
|
|
|
|
|
{
|
|
|
- path: "/supply",
|
|
|
+ path: "/return_goods",
|
|
|
component: Layout,
|
|
|
children: [
|
|
|
{
|
|
|
- path: "deliver/new_apply",
|
|
|
+ path: "new_apply",
|
|
|
name: "new_apply",
|
|
|
component: () => import("@/views/supply/apply/new_apply"),
|
|
|
meta: { title: "零售退货申请", icon: "" },
|
|
|
},
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- path: "/supply",
|
|
|
- component: Layout,
|
|
|
- children: [
|
|
|
{
|
|
|
- path: "deliver/new_engin",
|
|
|
+ path: "new_engin",
|
|
|
name: "new_apply",
|
|
|
component: () => import("@/views/supply/apply/new_engin"),
|
|
|
meta: { title: "工程退货申请", icon: "" },
|
|
|
},
|
|
|
],
|
|
|
},
|
|
|
+
|
|
|
// {
|
|
|
// path: '/goods',
|
|
|
// component: Layout,
|