Browse Source

修改手机版跳转链接

master
453530270@qq.com 2 years ago
parent
commit
e3efd6afb4
  1. 4
      src/index.html
  2. 2
      src/views/home/index.vue

4
src/index.html

@ -5,7 +5,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta http-equiv="X-UA-Compatible" content="ie=edge">
<title id="appTitle">exchange</title> <title id="appTitle">pnecoin</title>
<link rel="icon" id="appIcon" href="/static/favicon.ico" type="image/x-icon"> <link rel="icon" id="appIcon" href="/static/favicon.ico" type="image/x-icon">
<style> <style>
#MICHAT-MINI-WRAP{ #MICHAT-MINI-WRAP{
@ -21,7 +21,7 @@
for (var i = 0; i < mobileAgent.length; i++) { for (var i = 0; i < mobileAgent.length; i++) {
if (browser.indexOf(mobileAgent[i]) != -1) { if (browser.indexOf(mobileAgent[i]) != -1) {
//todo 手机版跳转 //todo 手机版跳转
window.location.href = 'https://app.cxicoin.com'; window.location.href = 'https://app.pnecoin.com';
break; break;
} }
} }

2
src/views/home/index.vue

@ -578,7 +578,7 @@ export default {
return Boolean(localStorage.token); return Boolean(localStorage.token);
}, },
downloadLink() { downloadLink() {
return "https://app.cxicoin.com/download/FirePhoenix.html"; return "https://app.pnecoin.com/download/FirePhoenix.html";
}, },
// //
featuresList() { featuresList() {

Loading…
Cancel
Save