Commit 2425bb71 authored by mxm-web-develop's avatar mxm-web-develop

change url for apply

parent 76c061a8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title> <title>上链购</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
...@@ -92,12 +92,14 @@ const handleDispaly = (type: string, e: Event) => { ...@@ -92,12 +92,14 @@ const handleDispaly = (type: string, e: Event) => {
const handleClick = (type: string, e: Event) => { const handleClick = (type: string, e: Event) => {
if (type != 'BTN1') return if (type != 'BTN1') return
else { else {
window.open('https://adminslg.8n.cn/#/applyShop') window.open('https://newadminslg.8n.cn/#/applyShop')
} }
} }
const goToWebsite = (type: string, e: Event) => { const goToWebsite = (type: string, e: Event) => {
if (type == 'BTN1') window.open('https://adminslg.8n.cn/#/applyShop') console.log(type);
if (type == 'BTN1') window.open('https://newadminslg.8n.cn/#/applyShop')
else if (type == 'BTN2') { else if (type == 'BTN2') {
window.open('https://apps.apple.com/cn/app/上链购/id1592640008') window.open('https://apps.apple.com/cn/app/上链购/id1592640008')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment