| | |
| | | const status = ref(null); |
| | | const kycHighStatus = ref(null); |
| | | const unreadMsg = ref(''); |
| | | const state = reactive({ |
| | | cellList: [ |
| | | { |
| | | title: t("safe"), |
| | | list: [ |
| | | { icon: "shield-o", title: t("safe"), path: "/safety" }, |
| | | { icon: "setting-o", title: t("changePassword"), path: "/changePassword" }, |
| | | { icon: addBankIcon, title: t("AddPaymentMethod"), path: "/payMentMethod/list" }, |
| | | ], |
| | | }, |
| | | { |
| | | title: t("universal"), |
| | | list: [ |
| | | { icon: "font-o", title: t("language"), path: "/language" }, |
| | | { icon: "service-o", title: t("onLineService"), path: "/customerService" }, |
| | | { |
| | | icon: "idcard", |
| | | title: t("authVerify"), |
| | | path: "/certificationCenter", |
| | | show: true, |
| | | }, |
| | | { icon: "todo-list-o", title: t("账变记录"), path: "/cryptos/accountChange" }, |
| | | { icon: "gold-coin-o", title: t("计价方式"), path: "/cryptos/exchangeRate" }, |
| | | ], |
| | | }, |
| | | ], |
| | | }); |
| | | // const state = reactive({ |
| | | // cellList: [ |
| | | // { |
| | | // title: t("safe"), |
| | | // list: [ |
| | | // { icon: "shield-o", title: t("safe"), path: "/safety" }, |
| | | // { icon: "setting-o", title: t("changePassword"), path: "/changePassword" }, |
| | | // { icon: addBankIcon, title: t("AddPaymentMethod"), path: "/payMentMethod/list" }, |
| | | // ], |
| | | // }, |
| | | // { |
| | | // title: t("universal"), |
| | | // list: [ |
| | | // { icon: "font-o", title: t("language"), path: "/language" }, |
| | | // { icon: "service-o", title: t("onLineService"), path: "/customerService" }, |
| | | // { |
| | | // icon: "idcard", |
| | | // title: t("authVerify"), |
| | | // path: "/certificationCenter", |
| | | // show: true, |
| | | // }, |
| | | // { icon: "todo-list-o", title: t("账变记录"), path: "/cryptos/accountChange" }, |
| | | // { icon: "gold-coin-o", title: t("计价方式"), path: "/cryptos/exchangeRate" }, |
| | | // ], |
| | | // }, |
| | | // ], |
| | | // }); |
| | | const quickList = reactive([ |
| | | { |
| | | name: "安全", |
| | |
| | | title: t("AddPaymentMethod"), |
| | | path: "/payMentMethod/list", |
| | | }, |
| | | { |
| | | icon: new URL( |
| | | "../../assets/theme/dark/image/footer/optional.png", |
| | | import.meta.url |
| | | ), |
| | | title: t("Optional"), |
| | | path: "/optional", |
| | | }, |
| | | ], |
| | | }, |
| | | // { |