5088d5e8 by 华明祺

no message

1 parent 6f893b30
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
7 // const baseUrl_api = 'https://ztx.itechtop.cn/stage-api' 7 // const baseUrl_api = 'https://ztx.itechtop.cn/stage-api'
8 // const baseUrl_api = 'https://newsystem.taekwondo.org.cn/stage-api/' 8 // const baseUrl_api = 'https://newsystem.taekwondo.org.cn/stage-api/'
9 9
10 // train 10 const baseUrl_api = 'http://192.168.1.97:8787'
11 const baseUrl_api = 'http://192.168.1.98:8787' 11 const trainUrl_api = 'http://192.168.1.97:8686'
12 const trainUrl_api = 'http://192.168.1.98:8686' 12 const vipWebView = 'http://192.168.1.97:5175'
13 // match 13
14 // const baseUrl_api = 'http://192.168.1.132:8081'
15 export default { 14 export default {
16 baseUrl_api, 15 baseUrl_api,
17 trainUrl_api 16 trainUrl_api,
17 vipWebView
18 } 18 }
......
1 <template> 1 <template>
2 <view> 2 <view>
3 <web-view src="http://192.168.1.98:5173"> 3 <web-view :src="config.vipWebView">
4 4
5 </web-view> 5 </web-view>
6 </view> 6 </view>
7 </template> 7 </template>
8 8
9 <script setup> 9 <script setup>
10 10 import config from '@/config.js'
11 </script> 11 </script>
12 12
13 <style> 13 <style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!