5088d5e8 by 华明祺

no message

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