Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_minapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5088d5e8
authored
2023-12-25 11:59:54 +0800
by
华明祺
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
6f893b30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
config.js
webView/vipSystem.vue
config.js
View file @
5088d5e
...
...
@@ -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
}
...
...
webView/vipSystem.vue
View file @
5088d5e
<
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
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment