You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
661 B
27 lines
661 B
5 years ago
|
(function(obj) {
|
||
|
//首页
|
||
|
obj.INDEX = {
|
||
|
getId: '',
|
||
|
getUrl: '../../../mine/html'
|
||
|
};
|
||
|
//登录页
|
||
|
obj.LOGIN = {
|
||
|
getId: 'mine/html/wallet_login.html',
|
||
|
getUrl: '../../../mine/html/wallet_login.html'
|
||
|
};
|
||
|
//认证页
|
||
|
obj.IDENTITY = {
|
||
|
getId: 'mine/html/my/my_identity.html',
|
||
|
getUrl: '../../../mine/html/my/my_identity.html'
|
||
|
};
|
||
|
//设置支付密码页
|
||
|
obj.PAY_PASS = {
|
||
|
getId: 'wallet/html/funding_password.html',
|
||
|
getUrl: '../../wallet/html/funding_password.html'
|
||
|
};
|
||
|
//设置支付方式页
|
||
|
obj.USER_PAY_LIST = {
|
||
|
getId: 'mine/html/user/pay/user_pay.html',
|
||
|
getUrl: '../../../mine/html/user/pay/user_pay.html'
|
||
|
};
|
||
|
}(window.requestUrl = {}))
|