From c455612b03e6ecac994884dde5b5f4bc4909c181 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期二, 11 三月 2025 17:12:52 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/router/index.js | 71 -----------------------------------
1 files changed, 0 insertions(+), 71 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/index.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/index.js"
index 3e5e5a7..febef0c 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/index.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/index.js"
@@ -1,7 +1,4 @@
import { createRouter, createWebHistory, createWebHashHistory } from 'vue-router'
-import form from './form'
-import formsMulti from './formsMulti'
-import tables from './tables'
import viewgird from './viewGird'
import store from '../store/index'
import redirect from './redirect'
@@ -13,9 +10,6 @@
component: () => import('@/views/Index'),
redirect: '/home',
children: [
- ...form,//Demo琛ㄥ崟璺敱
- ...formsMulti,
- ...tables,//tables
...viewgird,
...redirect,
...charts,
@@ -32,47 +26,6 @@
path: '/sysMenu',
name: 'sysMenu',
component: () => import('@/views/system/Sys_Menu.vue')
- }, {
- path: '/coder',
- name: 'coder',
- component: () => import('@/views/builder/coder.vue')
- },
- {
- path: '/formDraggable', //琛ㄥ崟璁捐
- name: 'formDraggable',
- component: () => import('@/views/formDraggable/formDraggable.vue')
- },
- {
- path: '/formSubmit', //琛ㄥ崟鎻愪氦椤甸潰
- name: 'formSubmit',
- component: () => import('@/views/formDraggable/FormSubmit.vue'),
- meta:{
- keepAlive:false
- }
- },
- {
- path: '/formCollectionResultTree', //鏄剧ず鏀堕泦鐨勬暟鎹〃鍗�
- name: 'formCollectionResultTree',
- component: () => import('@/views/formDraggable/FormCollectionResultTree.vue'),
- meta:{
- keepAlive:false
- }
- },
- {
- path: '/signalR',
- name: 'signalR',
- component: () => import('@/views/signalR/Index.vue'),
- meta:{
- keepAlive:false
- }
- },
- {
- path: '/flowdemo', //鍙戣捣娴佺▼绀轰緥
- name: 'flowdemo',
- component: () => import('@/views/system/flow/FlowDemo.vue'),
- meta: {
- keepAlive: false
- }
}
]
},
@@ -83,30 +36,6 @@
meta:{
anonymous:true
}
- },
- {
- path: '/register',
- name: 'register',
- component: () => import('@/views/Register.vue'),
- meta:{
- anonymous:true
- }
- },
- // {
- // path: '/terms',
- // name: 'terms',
- // component: () => import('@/views/terms.vue'),
- // meta:{
- // anonymous:true
- // }
- // },
- {
- path: '/app/guide',
- name: 'apphome',
- meta: {
- anonymous: true
- },
- component: () => import('@/views/h5/Guide.vue'),
},
{
path: '/bigdata',
--
Gitblit v1.9.3