chushih
This commit is contained in:
+151
@@ -0,0 +1,151 @@
|
||||
{
|
||||
"easycom": {
|
||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/login",
|
||||
"name": "Login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Login"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/register",
|
||||
"name": "Register",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Register"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index",
|
||||
"name": "Index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "ONLINE GAMING"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/recharge",
|
||||
"name": "Recharge",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Deposit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/rechargeopr",
|
||||
"name": "Recharge",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Deposit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/withdraw",
|
||||
"name": "Withdraw",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Withdraw"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/transfer",
|
||||
"name": "Transfer",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Transfer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/index",
|
||||
"name": "User",
|
||||
"style": {
|
||||
"navigationBarTitleText": "My"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/transactionRecords",
|
||||
"name": "TransactionRecords",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Transaction History"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/customservice",
|
||||
"name": "Customservice",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Customservice"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/fundRecords",
|
||||
"name": "FundRecords",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Finance Record"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/safe",
|
||||
"name": "Safe",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Security Center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/resetPassword",
|
||||
"name": "ResetPassword",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Reset Password"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/gameRecords",
|
||||
"name": "GameRecords",
|
||||
"style": {
|
||||
"navigationBarTitleText": "Game Record"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"backgroundColor": "#0c0c0d",
|
||||
"color": "#fff",
|
||||
"selectedColor": "#bf8e42",
|
||||
"borderStyle": "#bf8e42",
|
||||
"list": [
|
||||
{
|
||||
"text": "Home",
|
||||
"pagePath": "pages/index",
|
||||
"iconPath": "/static/tabBar/index-ba.png",
|
||||
"selectedIconPath": "/static/tabBar/index-ba-active.png"
|
||||
},
|
||||
{
|
||||
"text": "Deposit",
|
||||
"pagePath": "pages/recharge",
|
||||
"iconPath": "/static/tabBar/recharge.png",
|
||||
"selectedIconPath": "/static/tabBar/recharge_active.png"
|
||||
},
|
||||
{
|
||||
"text": "Withdraw",
|
||||
"pagePath": "pages/withdraw",
|
||||
"iconPath": "/static/tabBar/withdrawal.png",
|
||||
"selectedIconPath": "/static/tabBar/withdrawal_active.png"
|
||||
},
|
||||
{
|
||||
"text": "Transfer",
|
||||
"pagePath": "pages/transfer",
|
||||
"iconPath": "/static/tabBar/transfer.png",
|
||||
"selectedIconPath": "/static/tabBar/transfer_active.png"
|
||||
},
|
||||
{
|
||||
"text": "My",
|
||||
"pagePath": "pages/user/index",
|
||||
"iconPath": "/static/tabBar/user.png",
|
||||
"selectedIconPath": "/static/tabBar/user_active.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "ONLINE GAMING",
|
||||
"navigationBarBackgroundColor": "#0c0c0d",
|
||||
"backgroundColor": "#000",
|
||||
"navigationStyle": "custom"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
Reference in New Issue
Block a user