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