💪 optimize: 优化路由和提示模块代码
This commit is contained in:
parent
b0ca723761
commit
50c7fa48e6
|
@ -1,9 +1,9 @@
|
|||
import Grid from "@/components/gird/main.js"
|
||||
import Ipt from "@/components/input/main"
|
||||
import TabPage from "@/components/tabPage/main.js"
|
||||
import { useState, useEffect } from "react"
|
||||
import { Button } from "zent"
|
||||
import { cloneDeep } from "lodash-es"
|
||||
import { useEffect, useState } from "react"
|
||||
import { Button } from "zent"
|
||||
import "./index.less"
|
||||
const data = [
|
||||
{
|
||||
|
|
|
@ -37,6 +37,7 @@ import KeyList from "@/pages/plan/key/list"
|
|||
import KeysList from "@/pages/plan/keyList"
|
||||
import PlanList from "@/pages/plan/list/list"
|
||||
import Plan from "@/pages/plan/main/main"
|
||||
import Message from "@/pages/plan/message"
|
||||
import QrCode from "@/pages/plan/qrcode/qrcode"
|
||||
import AccountAdd from "@/pages/system/account/add/add"
|
||||
import AccountList from "@/pages/system/account/list/list"
|
||||
|
@ -48,7 +49,6 @@ import Station from "@/pages/system/station/main"
|
|||
import SubAccountAdd from "@/pages/system/subAccount/add/add"
|
||||
import SubAccountList from "@/pages/system/subAccount/list/list"
|
||||
import MyMould from "@/pages/system/systemMould/main.js"
|
||||
import Message from "@/pages/plan/message"
|
||||
|
||||
/* 基础路由 */
|
||||
const router = [
|
||||
|
|
Loading…
Reference in New Issue