This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
suimang
/
yqzj_front_home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add link
master
chutingting
1 year ago
parent
a88f0513fc
commit
170ecdb5b2
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/aigc/index.vue
+ 1
- 1
src/views/aigc/index.vue
View File
@@ -112,7 +112,7 @@ export default {
methods: {
methods: {
loginFn() {
loginFn() {
if (this.isLogin) {
if (this.isLogin) {
window.open()
window.open(
'https://neuver.meta-autotv.com/'
)
} else {
} else {
this.loginFlag = true
this.loginFlag = true
}
}
Write
Preview
Loading…
Cancel
Save