From 9e9bf4df3e547e7bb74b3093899e5d47d972e1f5 Mon Sep 17 00:00:00 2001 From: zhangzq Date: Wed, 21 Jan 2026 20:43:15 +0800 Subject: [PATCH] =?UTF-8?q?add:=E5=A2=9E=E5=8A=A0=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=8F=8A=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nl-vue/src/router/systemRouter.js | 10 + nl-vue/src/views/nl_agv/map/detail.vue | 483 +++++++++++++++++++++++++ nl-vue/src/views/nl_agv/map/form.vue | 402 ++++++++++++++++++++ nl-vue/src/views/nl_agv/map/index.vue | 236 ++++++++++++ 4 files changed, 1131 insertions(+) create mode 100644 nl-vue/src/views/nl_agv/map/detail.vue create mode 100644 nl-vue/src/views/nl_agv/map/form.vue create mode 100644 nl-vue/src/views/nl_agv/map/index.vue 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 @@ + + + + +