Explorar el Código

refactor(router): 统一工厂端订单列表页面名称

yz hace 2 semanas
padre
commit
4683a2dbd1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/router/views/index.js

+ 2 - 2
src/router/views/index.js

@@ -103,12 +103,12 @@ export default [
             // 新增:工厂端订单列表
             {
                 path: "factory",
-                name: "工厂订单列表",
+                name: "订单列表",
                 component: () => import("@/views/order/factory/index.vue"),
                 meta: {
                     keepAlive: true,
                     isAuth: true,
-                    title: "工厂订单列表"
+                    title: "订单列表"
                 }
             }
         ]