|
|
@ -3,6 +3,7 @@ import Swiper from "@/pages/swiper" |
|
|
|
import System from "@/pages/notify/system" |
|
|
|
import { HomeOutlined, SolutionOutlined } from "@ant-design/icons" |
|
|
|
import BUZZUPNews from "@/pages/notify/news" |
|
|
|
import Visa from "@/pages/visa" |
|
|
|
|
|
|
|
const routes = [ |
|
|
|
{ |
|
|
@ -41,7 +42,15 @@ const routes = [ |
|
|
|
component: BUZZUPNews, |
|
|
|
routes: [] |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
path: '/visa', |
|
|
|
name: 'Visa卡申请列表', |
|
|
|
exact: true, |
|
|
|
key: 'visa', |
|
|
|
icon: SolutionOutlined, |
|
|
|
component: Visa, |
|
|
|
routes: [] |
|
|
|
}, |
|
|
|
] |
|
|
|
|
|
|
|
|