第二阶段代码

This commit is contained in:
2026-04-23 11:37:37 +08:00
parent 618bb6699e
commit ef64c3b7fb
937 changed files with 118372 additions and 10248 deletions

View File

@@ -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',