- 添加订单取消
- 优化订单列表 - 添加订单备注
This commit is contained in:
@@ -65,7 +65,7 @@ if (APP_TYPE === 'site') {
|
||||
export default {
|
||||
// add for transfer to umi
|
||||
base: basePath,
|
||||
publicPath: basePath,
|
||||
// publicPath: basePath,
|
||||
plugins,
|
||||
define: {
|
||||
APP_TYPE: APP_TYPE || '',
|
||||
|
||||
@@ -69,6 +69,11 @@ export default [
|
||||
name: 'order-list',
|
||||
component: './Order/OrderList',
|
||||
},
|
||||
{
|
||||
path: '/order/order-refunds',
|
||||
name: 'order-refunds',
|
||||
component: './Order/OrderRefunds',
|
||||
},
|
||||
],
|
||||
},
|
||||
// product
|
||||
|
||||
Reference in New Issue
Block a user