|
@@ -6,6 +6,7 @@ import main from "@/components/main.vue";
|
|
|
// 系统配置管理
|
|
|
import ADMINISTRATORS1 from "../components/ADMINISTRATORS1.vue";
|
|
|
import tmstruckCommisson from "../components/tmstruckCommisson.vue";
|
|
|
+import saleLog from "../components/saleLog.vue";
|
|
|
|
|
|
Vue.use(Router);
|
|
|
|
|
@@ -30,6 +31,13 @@ const constantRouterMap = [
|
|
|
meta: { code: "xtpzgl-jggl" },
|
|
|
component: () =>
|
|
|
import("@/views/ADMINISTRATORS/components/tmstruckCommisson")
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: "saleLog",
|
|
|
+ name: "saleLog",
|
|
|
+ meta: { code: "xtpzgl-jggl" },
|
|
|
+ component: () =>
|
|
|
+ import("@/views/ADMINISTRATORS/components/saleLog")
|
|
|
}
|
|
|
]
|
|
|
}
|