diff --git a/nl-vue/src/router/systemRouter.js b/nl-vue/src/router/systemRouter.js index e3d19ea..3eed519 100644 --- a/nl-vue/src/router/systemRouter.js +++ b/nl-vue/src/router/systemRouter.js @@ -16,6 +16,7 @@ import Layout from '@/layout/index.vue' import Login from '@/views/auth/login/login.vue' import Findpwd from '@/views/auth/findPwd/index.vue' import Callback from '@/views/auth/login/callback.vue' +import AgvMapEditor from '@/views/nl_agv/layout/index.vue' // 系统路由 const routes = [ @@ -46,6 +47,15 @@ const routes = [ meta: { title: '三方登录' } + }, + { + path: '/nl_agv/layout', + name: 'AgvMapEditor', + component: AgvMapEditor, + meta: { + title: 'AGV地图编辑器', + fullpage: true + } } ] diff --git a/nl-vue/src/views/nl_agv/map/detail.vue b/nl-vue/src/views/nl_agv/map/detail.vue new file mode 100644 index 0000000..ad5b201 --- /dev/null +++ b/nl-vue/src/views/nl_agv/map/detail.vue @@ -0,0 +1,483 @@ + + + + + diff --git a/nl-vue/src/views/nl_agv/map/form.vue b/nl-vue/src/views/nl_agv/map/form.vue new file mode 100644 index 0000000..164dd8f --- /dev/null +++ b/nl-vue/src/views/nl_agv/map/form.vue @@ -0,0 +1,402 @@ + + + + + diff --git a/nl-vue/src/views/nl_agv/map/index.vue b/nl-vue/src/views/nl_agv/map/index.vue new file mode 100644 index 0000000..a121cbc --- /dev/null +++ b/nl-vue/src/views/nl_agv/map/index.vue @@ -0,0 +1,236 @@ + + + + +