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