|
|
@@ -37,7 +37,31 @@ export const SITE_ROUTES: Record<any, string[]> = {
|
|
|
cart: ['/cart'], //商品详情
|
|
|
trad: ['/trad'], //确认订单信息
|
|
|
payc: ['/payc'], //支付订单
|
|
|
- order: ['/order/orderManage', '/order/orderManage/detail', '/order/orderAudit', '/order/afterSale', '/order/batchOrder', '/order/orderEvaluation'], //订单列表
|
|
|
+ order: [
|
|
|
+ '/order/orderManage',
|
|
|
+ '/order/orderManage/detail',
|
|
|
+ '/order/orderAudit',
|
|
|
+ '/order/afterSale',
|
|
|
+ '/order/batchOrder',
|
|
|
+ '/order/orderEvaluation',
|
|
|
+ '/enterprise/companyInfo',
|
|
|
+ '/enterprise/companyInfo/edit',
|
|
|
+ '/enterprise/purchaseHabit',
|
|
|
+ '/enterprise/invoiceManage',
|
|
|
+ '/reconciliation/billManage',
|
|
|
+ '/reconciliation/invoiceManage',
|
|
|
+ '/organization/deptManage',
|
|
|
+ '/organization/staffManage',
|
|
|
+ '/organization/roleManage',
|
|
|
+ '/valueAdded/maintenance',
|
|
|
+ '/valueAdded/complaint',
|
|
|
+ '/cost/itemExpense',
|
|
|
+ '/cost/quotaControl',
|
|
|
+ '/cost/quotaControl/apply',
|
|
|
+ '/enterprise/purchasePlan',
|
|
|
+ '/organization/approvalFlow',
|
|
|
+ '/organization/approvalFlow/create'
|
|
|
+ ], //订单列表
|
|
|
plan: ['/plan'], //解决方案
|
|
|
plan_info: ['/plan_info'], //信息展示
|
|
|
i: ['/i'], //个人信息
|
|
|
@@ -103,7 +127,8 @@ export function getApiBase() {
|
|
|
} else {
|
|
|
// return '/dev-api'
|
|
|
// return 'http://192.168.1.52:8080';
|
|
|
- return 'https://ceshi.xiaoluwebsite.xyz';
|
|
|
+ // return 'https://ceshi.xiaoluwebsite.xyz';
|
|
|
+ return 'http://localhost:8080';
|
|
|
}
|
|
|
}
|
|
|
|