diff --git a/src/router/index.js b/src/router/index.js index 0f21934..bb55eb3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -380,6 +380,15 @@ export const publicRoutes = [ icon: "article" } }, + { + path: "/marksControl", + name: "marksControl", + component: () => import("@/views/backOfficeSystem/IntelligentControl/marksControl/index"), + meta: { + title: "标签布控", + icon: "article" + } + }, // { // path: "/DeploymentAudit", // name: "DeploymentAudit", diff --git a/src/views/backOfficeSystem/IntelligentControl/marksControl/index.vue b/src/views/backOfficeSystem/IntelligentControl/marksControl/index.vue new file mode 100644 index 0000000..6ed48ee --- /dev/null +++ b/src/views/backOfficeSystem/IntelligentControl/marksControl/index.vue @@ -0,0 +1,233 @@ + + + + +