Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0d7292ad
authored
2024-05-20 10:20:40 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
4202d307
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
src/viewsPc/components/homeQuick.vue
vite.config.js
src/viewsPc/components/homeQuick.vue
View file @
0d7292a
...
...
@@ -101,7 +101,8 @@ function popRemark(type){
building
()
return
}
if
((
form
.
value
.
isJdView
==
0
&&
type
==
'1'
)
||
(
form
.
value
.
isCarView
==
0
&&
type
==
'2'
)
||
(
form
.
value
.
isFoodView
==
0
&&
type
==
'3'
)
||
type
==
'0'
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
type
==
'5'
&&
form
.
value
.
isPhotoView
==
0
)){
if
((
form
.
value
.
isJdView
==
0
&&
type
==
'1'
)
||
(
form
.
value
.
isCarView
==
0
&&
type
==
'2'
)
||
(
form
.
value
.
isFoodView
==
0
&&
type
==
'3'
)
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
type
==
'5'
&&
form
.
value
.
isPhotoView
==
0
)){
//type == '0'
building
()
return
}
...
...
@@ -116,7 +117,6 @@ function goBooking(n) {
switch
(
n
)
{
case
0
:
// 票务
building
()
router
.
push
({
path
:
`/booking/ticket/
${
props
.
matchId
}
`
})
break
;
case
1
:
...
...
vite.config.js
View file @
0d7292a
...
...
@@ -70,20 +70,20 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-train/
,
''
)
},
'/dev-api/ztx-match'
:
{
target
:
'http://192.168.1.118:8083'
,
// target: 'http://192.168.1.132:8081
',
//
target: 'http://192.168.1.118:8083',
target
:
'https://jijin.wtwuxicenter.com/stage-api
'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-match/
,
''
)
},
'/dev-api/ztx-webSite'
:
{
// target: 'https://dance.itechtop.cn
/stage-api',
target
:
'http://192.168.1.118:8081/'
,
target
:
'https://jijin.wtwuxicenter.com
/stage-api'
,
//
target: 'http://192.168.1.118:8081/',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
target
:
'http://192.168.1.118:8081/'
,
// target: 'https://dance.itechtop.cn
/stage-api',
//
target: 'http://192.168.1.118:8081/',
target
:
'https://jijin.wtwuxicenter.com
/stage-api'
,
// target: 'https://wdsfwuxicenter.com/stage-api',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment