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 || ''