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
4494a111
authored
2025-06-06 13:43:31 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
https://code.itechtop.cn/yangyang/ztx_wx_minapp
into dev
# Conflicts: # config.js
2 parents
d2606b59
f8667df4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
config.js
webView/vipSystem.vue
config.js
View file @
4494a11
...
...
@@ -4,15 +4,16 @@
// staging 会员系统
// const baseUrl_api = "http://123.60.96.243/stage-api/";
const
baseUrl_api
=
'https://ztx.itechtop.cn/stage-api'
//
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:8080
'
//
const vipWebView = 'https://kvdbz74ct98h.ngrok.xiaomiqiu123.top'
export
default
{
baseUrl_api
,
trainUrl_api
trainUrl_api
,
vipWebView
}
...
...
webView/vipSystem.vue
View file @
4494a11
<
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