| | |
| | | VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ" |
| | | VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg" |
| | | # VUE_APP_API_BASE_URL=bingx.zqbom.com |
| | | VUE_APP_API_BASE_URL=www.coinzne.com |
| | | VUE_APP_API_BASE_URL=uni.eypmj.com |
| | | # VUE_APP_API_BASE_URL=app.usdtone.com |
| | | |
| | | # VUE_APP_API_BASE_URL=192.168.0.105:8080 |
| | |
| | | VUE_APP_H5ZZ="RZW7c77Hps0IsKQuWLgtTtd2xrhvCU47" |
| | | VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ" |
| | | VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg" |
| | | VUE_APP_API_BASE_URL=www.coinzne.com |
| | | VUE_APP_API_BASE_URL=uni.eypmj.com |
| | | # VUE_APP_API_BASE_URL=csjys.gayssad.com |
| | | |
| | | |
| | |
| | | Vue.use(VueI18n); |
| | | |
| | | // 获取当前语言(初始化时localStorage里没有存语言,默认为浏览器当前的语言) |
| | | const lang = getStorage("lang") || "en"; |
| | | //const lang = 'zh-CN' |
| | | const lang = getStorage("lang") || "ko"; |
| | | // const lang = 'korcnLocale' |
| | | |
| | | // 组合element ui 和 项目自身的文案文件 |
| | | const messages = { |
| | |
| | | }; |
| | | // 创建vueI18n实例并输出,在main.js中调用 |
| | | const i18n = new VueI18n({ |
| | | fallbackLocale: "en", |
| | | fallbackLocale: "ko", |
| | | silentTranslationWarn: true, |
| | | locale: lang, |
| | | messages, |
| | |
| | | axios.defaults.headers.post["Content-Type"] = |
| | | "application/x-www-form-urlencoded"; |
| | | |
| | | let baseUrl = "https://www.coinzne.com/wap/"; |
| | | import { BASE_URL, BASE_URL2 } from "@/config"; |
| | | let baseUrl = BASE_URL; |
| | | // let baseUrl = "http://192.168.0.105:18080/wap/"; |
| | | // let baseUrl = "https://csjys.gayssad.com/wap/"; |
| | | // let baseUrl = "https://api.gayssad.com/wap/"; |