|
@@ -1,27 +1,27 @@
|
|
|
import account from './account'
|
|
import account from './account'
|
|
|
-import message from './message'
|
|
|
|
|
-import gasdata from './gasdata'
|
|
|
|
|
import pay from './pay'
|
|
import pay from './pay'
|
|
|
|
|
+import gasdata from './gasdata'
|
|
|
import allinpay from './allinpay'
|
|
import allinpay from './allinpay'
|
|
|
-import settle from './settle'
|
|
|
|
|
|
|
+import message from './message'
|
|
|
import user from './user'
|
|
import user from './user'
|
|
|
|
|
+import settle from './settle'
|
|
|
import strategy from './strategy'
|
|
import strategy from './strategy'
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
/** 账户中心 */
|
|
/** 账户中心 */
|
|
|
account,
|
|
account,
|
|
|
- /** 消息中心 */
|
|
|
|
|
- message,
|
|
|
|
|
- /** 加气站数据采集 */
|
|
|
|
|
- gasdata,
|
|
|
|
|
/** 支付中心 */
|
|
/** 支付中心 */
|
|
|
pay,
|
|
pay,
|
|
|
|
|
+ /** 加气站数据采集 */
|
|
|
|
|
+ gasdata,
|
|
|
/** 通联支付 */
|
|
/** 通联支付 */
|
|
|
allinpay,
|
|
allinpay,
|
|
|
- /** 结算中心 */
|
|
|
|
|
- settle,
|
|
|
|
|
|
|
+ /** 消息中心 */
|
|
|
|
|
+ message,
|
|
|
/** 用户中心 */
|
|
/** 用户中心 */
|
|
|
user,
|
|
user,
|
|
|
|
|
+ /** 结算中心 */
|
|
|
|
|
+ settle,
|
|
|
/** 运营策略中心 */
|
|
/** 运营策略中心 */
|
|
|
strategy,
|
|
strategy,
|
|
|
}
|
|
}
|