- 前端:支付单列表
- 前端:退款单列表
This commit is contained in:
@@ -25,4 +25,16 @@ export default {
|
||||
changeOrigin: true,
|
||||
pathRewrite: {},
|
||||
},
|
||||
'/user-api/': {
|
||||
// target: 'http://180.167.213.26:18085/',
|
||||
target: 'http://127.0.0.1:18082/',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {},
|
||||
},
|
||||
'/pay-api/': {
|
||||
// target: 'http://180.167.213.26:18085/',
|
||||
target: 'http://127.0.0.1:18084/',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {},
|
||||
},
|
||||
};
|
||||
|
||||
@@ -6,11 +6,21 @@ export default {
|
||||
changeOrigin: true,
|
||||
pathRewrite: {},
|
||||
},
|
||||
'/product-api/': {
|
||||
target: 'http://api.shop.iocoder.cn:18099/product-api',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {},
|
||||
},
|
||||
'/order-api/': {
|
||||
target: 'http://api.shop.iocoder.cn:18099/order-api',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {},
|
||||
},
|
||||
'/promotion-api/': {
|
||||
target: 'http://api.shop.iocoder.cn:18099/promotion-api',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {},
|
||||
},
|
||||
'/pay-api/': {
|
||||
target: 'http://api.shop.iocoder.cn:18099/pay-api',
|
||||
changeOrigin: true,
|
||||
|
||||
@@ -58,6 +58,19 @@ export default [
|
||||
},
|
||||
],
|
||||
},
|
||||
// user
|
||||
{
|
||||
path: '/member', // TODO 芋艿,后面调整
|
||||
name: 'user',
|
||||
icon: 'user',
|
||||
routes: [
|
||||
{
|
||||
path: '/member/user-list',
|
||||
name: 'user-list',
|
||||
component: './User/UserList',
|
||||
},
|
||||
],
|
||||
},
|
||||
// order
|
||||
{
|
||||
path: 'order',
|
||||
@@ -142,6 +155,24 @@ export default [
|
||||
}
|
||||
],
|
||||
},
|
||||
// pay
|
||||
{
|
||||
path: '/pay',
|
||||
name: 'pay',
|
||||
icon: 'user',
|
||||
routes: [
|
||||
{
|
||||
path: '/pay/transaction-list',
|
||||
name: 'pay-transaction-list',
|
||||
component: './Pay/PayTransactionList',
|
||||
},
|
||||
{
|
||||
path: '/pay/refund-list',
|
||||
name: 'pay-refund-list',
|
||||
component: './Pay/PayRefundList',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/dashboard',
|
||||
name: 'dashboard',
|
||||
|
||||
Reference in New Issue
Block a user