10.10综合交易所原始源码_移动端
1
7 days ago 4f9044ae2a9f2db03bbb916bc5f6dfd12916361d
src/main.js
@@ -15,7 +15,7 @@
pinia.use(piniaPluginPersistedstate)
// 生产环境且为 PC 端时跳转到 PC 站
const PC_SITE_URL = 'https://wealthinfrapc.eledrink.com'
const PC_SITE_URL = 'https://pc.dpcex.com'
function isPc() {
  if (typeof navigator === 'undefined') return false
  const ua = navigator.userAgent || ''