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
e5a30a4b
authored
2025-09-26 10:07:09 +0800
by
李婷婷
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
环境
1 parent
ee0e2b1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
package.json
vite.config.js
package.json
View file @
e5a30a4
...
...
@@ -40,7 +40,7 @@
"require"
:
"^2.4.20"
,
"swiper"
:
"^8.4.7"
,
"vant"
:
"^4.0.9"
,
"video.js"
:
"^
8.5.2
"
,
"video.js"
:
"^
7.20.3
"
,
"vue"
:
"3.3.4"
,
"vue-awesome-swiper"
:
"^5.0.1"
,
"vue-cropper"
:
"1.0.3"
,
...
...
vite.config.js
View file @
e5a30a4
...
...
@@ -64,8 +64,8 @@ export default defineConfig(({ mode, command }) => {
proxy
:
{
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api/ztx-train'
:
{
target
:
'http://192.168.1.118:1896/stage-api'
,
//
target: 'https://jijin.wtwuxicenter.com/stage-api',
//
target: 'http://192.168.1.118:1896/stage-api',
target
:
'https://jijin.wtwuxicenter.com/stage-api'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-train/
,
''
)
},
...
...
@@ -84,15 +84,15 @@ export default defineConfig(({ mode, command }) => {
},
'/dev-api'
:
{
// target: 'http://192.168.1.213:8081/',
target
:
'http://192.168.1.169:8081'
,
//
target: 'http://192.168.1.169:8081',
// target: 'https://jijin.wtwuxicenter.com/stage-api',
//
target: 'https://wdsfwuxicenter.com/stage-api/',
target
:
'https://wdsfwuxicenter.com/stage-api/'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
},
'/ticket'
:
{
// target: 'http://192.168.1.242:8081/',
//
target: 'https://jijin.wtwuxicenter.com/h5/',
target
:
'https://jijin.wtwuxicenter.com/h5/'
,
// target: 'https://ticketh5.wdsfwuxicenter.com/h5/',
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
ticket/
,
''
)
...
...
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