feat: 添加对站点的配置页面 #29

Closed
zksu wants to merge 20 commits from (deleted):main into main
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 9de6b8b8d1 - Show all commits

View File

@ -4,7 +4,7 @@ const isDev = process.env.NODE_ENV === 'development';
const UMI_APP_API_URL = isDev
? 'http://localhost:7001'
: 'https://api.yoone.ca';
import { codeInspectorPlugin } from 'code-inspector-plugin';
import { codeInspectorPlugin } from 'code-inspector-plugin';
export default defineConfig({
hash: true,
@ -135,6 +135,11 @@ export default defineConfig({
path: '/subscription/list',
component: './Subscription/List',
},
{
name: '订单管理',
path: '/subscription/orders',
component: './Subscription/Orders',
},
],
},
{