Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slg-web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SLG
slg-web
Commits
2425bb71
Commit
2425bb71
authored
Aug 05, 2022
by
mxm-web-develop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change url for apply
parent
76c061a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
index.html
index.html
+1
-1
App.vue
src/App.vue
+4
-2
No files found.
index.html
View file @
2425bb71
...
@@ -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>
...
...
src/App.vue
View file @
2425bb71
...
@@ -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://
new
adminslg.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'
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment