|
@@ -1,30 +1,30 @@
|
|
|
-import account from './account'
|
|
|
|
|
-import settle from './settle'
|
|
|
|
|
import websocket from './websocket'
|
|
import websocket from './websocket'
|
|
|
-import tms from './tms'
|
|
|
|
|
import message from './message'
|
|
import message from './message'
|
|
|
|
|
+import account from './account'
|
|
|
|
|
+import tms from './tms'
|
|
|
import allinpay from './allinpay'
|
|
import allinpay from './allinpay'
|
|
|
-import pay from './pay'
|
|
|
|
|
import user from './user'
|
|
import user from './user'
|
|
|
|
|
+import pay from './pay'
|
|
|
|
|
+import settle from './settle'
|
|
|
import strategy from './strategy'
|
|
import strategy from './strategy'
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
- /** 账户中心 */
|
|
|
|
|
- account,
|
|
|
|
|
- /** 结算中心 */
|
|
|
|
|
- settle,
|
|
|
|
|
/** websocket打印中心 */
|
|
/** websocket打印中心 */
|
|
|
websocket,
|
|
websocket,
|
|
|
- /** 运力中心 */
|
|
|
|
|
- tms,
|
|
|
|
|
/** 消息中心 */
|
|
/** 消息中心 */
|
|
|
message,
|
|
message,
|
|
|
|
|
+ /** 账户中心 */
|
|
|
|
|
+ account,
|
|
|
|
|
+ /** 运力中心 */
|
|
|
|
|
+ tms,
|
|
|
/** 通联支付 */
|
|
/** 通联支付 */
|
|
|
allinpay,
|
|
allinpay,
|
|
|
- /** 支付中心 */
|
|
|
|
|
- pay,
|
|
|
|
|
/** 用户中心 */
|
|
/** 用户中心 */
|
|
|
user,
|
|
user,
|
|
|
|
|
+ /** 支付中心 */
|
|
|
|
|
+ pay,
|
|
|
|
|
+ /** 结算中心 */
|
|
|
|
|
+ settle,
|
|
|
/** 运营策略中心 */
|
|
/** 运营策略中心 */
|
|
|
strategy,
|
|
strategy,
|
|
|
}
|
|
}
|