8.28 sjs 票务服务
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -239,7 +239,7 @@ function popRemark(type) { | ... | @@ -239,7 +239,7 @@ function popRemark(type) { |
| 239 | || (form.value.isFoodView == 0 && type == '3') | 239 | || (form.value.isFoodView == 0 && type == '3') |
| 240 | || (form.value.isMealView == 0 && type == '4') | 240 | || (form.value.isMealView == 0 && type == '4') |
| 241 | || (form.value.isPhotoView == 0 && type == '5') | 241 | || (form.value.isPhotoView == 0 && type == '5') |
| 242 | || (form.value.isTicketView == 0 && type == '10') | 242 | || (form.value.isTicket == 0 && type == '10') |
| 243 | ) { | 243 | ) { |
| 244 | building() | 244 | building() |
| 245 | return | 245 | return | ... | ... |
| ... | @@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => { | ... | @@ -84,8 +84,8 @@ export default defineConfig(({mode, command}) => { |
| 84 | }, | 84 | }, |
| 85 | '/dev-api': { | 85 | '/dev-api': { |
| 86 | // target: 'http://192.168.1.118:8082/', | 86 | // target: 'http://192.168.1.118:8082/', |
| 87 | target: 'http://192.168.1.22:8082', | 87 | // target: 'http://192.168.1.22:8082', |
| 88 | // target: 'https://tk005.wxjylt.com/stage-api', | 88 | target: 'https://tk005.wxjylt.com/stage-api', |
| 89 | // target: 'http://124.70.181.90:1880/stage-api', | 89 | // target: 'http://124.70.181.90:1880/stage-api', |
| 90 | // target: 'https://sys.2025wtcwuxi.com/stage-api/', | 90 | // target: 'https://sys.2025wtcwuxi.com/stage-api/', |
| 91 | changeOrigin: true, | 91 | changeOrigin: true, | ... | ... |
-
Please register or sign in to post a comment