| | |
| | | import Authentication from "@/page/user/authentication"; |
| | | import Aggre from "@/page/user/agreement"; |
| | | import Recharge from "@/page/user/recharge"; |
| | | import recharges from "@/page/user/recharges"; |
| | | import RransferIndex from "@/page/user/ransferIndex"; |
| | | import transferindexList from "@/page/user//compontents/transferindex-list"; |
| | | import RechargeSure from "@/page/user/recharge-sure"; |
| | |
| | | import NewPage from "@/page/home/newPage"; |
| | | import NewGg from "@/page/home/newGg"; |
| | | import KLine from "@/page/kline/index.vue"; |
| | | import TradingBuy from "@/page/trading/buy.vue"; |
| | | import TradingBuy from "@/page/trading/newbuy.vue"; |
| | | // import TradingBuy from "@/page/trading/buy.vue"; |
| | | import NewUser from "@/page/newUser/index.vue"; |
| | | import download from "@/page/download/download.vue"; |
| | | import Wallet from "@/page/wallet/index.vue"; |
| | |
| | | import help_html from "@/page/home/help_html.vue"; |
| | | import help_fxkz from "@/page/home/help_fxkz.vue"; |
| | | import help_wdfw from "@/page/home/help_wdfw.vue"; |
| | | import help_fwxy from "@/page/home/help_fwxy.vue"; |
| | | import new_service from "@/page/home/new_service.vue"; |
| | | Vue.use(Router); |
| | | |
| | |
| | | }, |
| | | component: Recharge |
| | | }, |
| | | |
| | | { |
| | | path: "/recharges", |
| | | name: "recharges", |
| | | meta: { |
| | | requireAuth: true, |
| | | show: true |
| | | // title: "充值" |
| | | // requireAuth: true, |
| | | // hasHeader: true, |
| | | // index: 31 |
| | | }, |
| | | component: recharges |
| | | }, |
| | | { |
| | | path: "/transferIndex", |
| | | name: "transferIndex", |
| | |
| | | path: "/rechargeSure", |
| | | name: "rechargeSure", |
| | | meta: { |
| | | title: "RechargeSure", |
| | | requireAuth: true, |
| | | show: true |
| | | }, |
| | |
| | | path: "/cashlist", |
| | | name: "cashlist", |
| | | meta: { |
| | | title: 'Withdraw', |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 56, |
| | |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 47, |
| | | show: true |
| | | show: true, |
| | | title: i18n.t("hj24"), |
| | | }, |
| | | component: newLogin |
| | | }, |
| | |
| | | show: true |
| | | }, |
| | | component: help_wdfw |
| | | }, { |
| | | path: "/help_fwxy", |
| | | name: "help_fwxy", |
| | | meta: { |
| | | title: i18n.t("《用戶服務協議》"), |
| | | requireAuth: false, |
| | | hasHeader: false, |
| | | index: 61, |
| | | show: true |
| | | }, |
| | | component: help_fwxy |
| | | }, |
| | | { |
| | | path: "/new_service", |