路由地址

This commit is contained in:
13218645326 2023-12-08 18:17:44 +08:00
parent 9194312129
commit 2c4553028b
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router'
import test from './module/test'
import myInfo from './module/myInfo'
const routes: Array<RouteRecordRaw> = [
{
path: '/echarts',
name: 'echartsScreen',
@ -10,6 +11,14 @@ const routes: Array<RouteRecordRaw> = [
icon: '',
},
component: () => import('views/echarts/index.vue'),
},{
path: '/',
name: 'index',
meta: {
title: '',
icon: '',
},
component: () => import('views/Index.vue'),
},
{
path: '/screen/sharePlatform',