e5a30a4b by 李婷婷

环境

1 parent ee0e2b1d
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
40 "require": "^2.4.20", 40 "require": "^2.4.20",
41 "swiper": "^8.4.7", 41 "swiper": "^8.4.7",
42 "vant": "^4.0.9", 42 "vant": "^4.0.9",
43 "video.js": "^8.5.2", 43 "video.js": "^7.20.3",
44 "vue": "3.3.4", 44 "vue": "3.3.4",
45 "vue-awesome-swiper": "^5.0.1", 45 "vue-awesome-swiper": "^5.0.1",
46 "vue-cropper": "1.0.3", 46 "vue-cropper": "1.0.3",
......
...@@ -64,8 +64,8 @@ export default defineConfig(({ mode, command }) => { ...@@ -64,8 +64,8 @@ export default defineConfig(({ mode, command }) => {
64 proxy: { 64 proxy: {
65 // https://cn.vitejs.dev/config/#server-proxy 65 // https://cn.vitejs.dev/config/#server-proxy
66 '/dev-api/ztx-train': { 66 '/dev-api/ztx-train': {
67 target: 'http://192.168.1.118:1896/stage-api', 67 // target: 'http://192.168.1.118:1896/stage-api',
68 // target: 'https://jijin.wtwuxicenter.com/stage-api', 68 target: 'https://jijin.wtwuxicenter.com/stage-api',
69 changeOrigin: true, 69 changeOrigin: true,
70 rewrite: (p) => p.replace(/^\/dev-api\/ztx-train/, '') 70 rewrite: (p) => p.replace(/^\/dev-api\/ztx-train/, '')
71 }, 71 },
...@@ -84,15 +84,15 @@ export default defineConfig(({ mode, command }) => { ...@@ -84,15 +84,15 @@ export default defineConfig(({ mode, command }) => {
84 }, 84 },
85 '/dev-api': { 85 '/dev-api': {
86 // target: 'http://192.168.1.213:8081/', 86 // target: 'http://192.168.1.213:8081/',
87 target: 'http://192.168.1.169:8081', 87 // target: 'http://192.168.1.169:8081',
88 // target: 'https://jijin.wtwuxicenter.com/stage-api', 88 // target: 'https://jijin.wtwuxicenter.com/stage-api',
89 // target: 'https://wdsfwuxicenter.com/stage-api/', 89 target: 'https://wdsfwuxicenter.com/stage-api/',
90 changeOrigin: true, 90 changeOrigin: true,
91 rewrite: (p) => p.replace(/^\/dev-api/, '') 91 rewrite: (p) => p.replace(/^\/dev-api/, '')
92 }, 92 },
93 '/ticket': { 93 '/ticket': {
94 // target: 'http://192.168.1.242:8081/', 94 // target: 'http://192.168.1.242:8081/',
95 // target: 'https://jijin.wtwuxicenter.com/h5/', 95 target: 'https://jijin.wtwuxicenter.com/h5/',
96 // target: 'https://ticketh5.wdsfwuxicenter.com/h5/', 96 // target: 'https://ticketh5.wdsfwuxicenter.com/h5/',
97 changeOrigin: true, 97 changeOrigin: true,
98 rewrite: (p) => p.replace(/^\/ticket/, '') 98 rewrite: (p) => p.replace(/^\/ticket/, '')
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!