Browse Source

feat(types): mqtt: updated router

Yi 1 year ago
parent
commit
44b15b9aa9

+ 0 - 2
src/router/modules/about.ts → src/router/modules/about.tsx

@@ -1,4 +1,3 @@
-/*
 const about1: AuthRoute.Route = {
   name: 'about',
   path: '/about',
@@ -15,4 +14,3 @@ const about1: AuthRoute.Route = {
 };
 
 export default about1;
-*/

+ 0 - 2
src/router/modules/auth-demo.ts → src/router/modules/auth-demo.tsx

@@ -1,4 +1,3 @@
-/*
 const authDemo: AuthRoute.Route = {
   name: 'auth-demo',
   path: '/auth-demo',
@@ -34,4 +33,3 @@ const authDemo: AuthRoute.Route = {
 };
 
 export default authDemo;
-*/

+ 1 - 2
src/router/modules/background.ts → src/router/modules/background.tsx

@@ -1,4 +1,4 @@
-/* const background: AuthRoute.Route = {
+const background: AuthRoute.Route = {
   name: 'background',
   path: '/background',
   component: 'basic',
@@ -52,4 +52,3 @@
 };
 
 export default background;
-*/

+ 0 - 2
src/router/modules/component.ts → src/router/modules/component.tsx

@@ -1,4 +1,3 @@
-/*
 const component: AuthRoute.Route = {
   name: 'component',
   path: '/component',
@@ -43,4 +42,3 @@ const component: AuthRoute.Route = {
 };
 
 export default component;
-*/

+ 0 - 0
src/router/modules/dashboard.ts → src/router/modules/dashboard.tsx


+ 0 - 2
src/router/modules/document.ts → src/router/modules/document.tsx

@@ -1,4 +1,3 @@
-/*
 const document: AuthRoute.Route = {
   name: 'document',
   path: '/document',
@@ -63,4 +62,3 @@ const document: AuthRoute.Route = {
 };
 
 export default document;
-*/

+ 0 - 2
src/router/modules/exception.ts → src/router/modules/exception.tsx

@@ -1,4 +1,3 @@
-/*
 const exception: AuthRoute.Route = {
   name: 'exception',
   path: '/exception',
@@ -43,4 +42,3 @@ const exception: AuthRoute.Route = {
 };
 
 export default exception;
-*/

+ 0 - 2
src/router/modules/function.ts → src/router/modules/function.tsx

@@ -1,4 +1,3 @@
-/*
 const functionRoute: AuthRoute.Route = {
   name: 'function',
   path: '/function',
@@ -48,4 +47,3 @@ const functionRoute: AuthRoute.Route = {
 };
 
 export default functionRoute;
-*/

+ 0 - 2
src/router/modules/management.ts → src/router/modules/management.tsx

@@ -1,4 +1,3 @@
-/*
 const management: AuthRoute.Route = {
   name: 'management',
   path: '/management',
@@ -53,4 +52,3 @@ const management: AuthRoute.Route = {
 };
 
 export default management;
-*/

+ 0 - 2
src/router/modules/multi-menu.ts → src/router/modules/multi-menu.tsx

@@ -1,4 +1,3 @@
-/*
 const multiMenu: AuthRoute.Route = {
   name: 'multi-menu',
   path: '/multi-menu',
@@ -55,4 +54,3 @@ const multiMenu: AuthRoute.Route = {
 };
 
 export default multiMenu;
-*/

+ 0 - 2
src/router/modules/plugin.ts → src/router/modules/plugin.tsx

@@ -1,4 +1,3 @@
-/*
 const plugin: AuthRoute.Route = {
   name: 'plugin',
   path: '/plugin',
@@ -135,4 +134,3 @@ const plugin: AuthRoute.Route = {
 };
 
 export default plugin;
-*/