09d6eb82 by zrj

8.28 sjs 票务服务

1 parent 4b04f3de
...@@ -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,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!