第二阶段代码
This commit is contained in:
@@ -2,9 +2,9 @@ import type { RouteRecordRaw } from 'vue-router';
|
||||
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '/database/entry/add',
|
||||
component: () => import('#/views/database/entry/add.vue'),
|
||||
name: 'EntryAdd',
|
||||
path: '/database/info/add',
|
||||
component: () => import('#/views/database/info/add/index.vue'),
|
||||
name: 'InfoAdd',
|
||||
meta: {
|
||||
title: '信息价录入',
|
||||
icon: 'ant-design:history-outlined',
|
||||
|
||||
Reference in New Issue
Block a user