mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 20:04:44 +08:00
修改了文档地址
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
"btn_tooltip": "帮助",
|
||||
"show_top": true,
|
||||
"is_active": false,
|
||||
"url": "http://121.37.174.56:8002/"
|
||||
"url": "http://118.196.24.189:8002/"
|
||||
},
|
||||
{
|
||||
"btn_icon": ":/icons/settings.svg",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"btn_tooltip": "帮助",
|
||||
"show_top": true,
|
||||
"is_active": false,
|
||||
"url": "http://121.37.174.56:8002/"
|
||||
"url": "http://118.196.24.189:8002/"
|
||||
},
|
||||
{
|
||||
"btn_icon": ":/icons/user.svg",
|
||||
|
||||
@@ -249,7 +249,7 @@ def ad_routes():
|
||||
"children": [
|
||||
{
|
||||
"parentPath": "/help",
|
||||
"menuUrl": "http://121.37.174.56:8002/",
|
||||
"menuUrl": "http://118.196.24.189:8002/",
|
||||
"menuName": "帮助文档",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
---
|
||||
## 视频介绍&演示功能
|
||||
#### 请先阅读帮助文档!
|
||||
* 帮助文档:http://121.37.174.56:8002/
|
||||
* 演示地址:http://121.37.174.56:8001/
|
||||
* 帮助文档:http://118.196.24.189:8002/
|
||||
* 演示地址:http://118.196.24.189:8001/
|
||||
* 账号:自行注册
|
||||
* 执行端下载:https://www.alipan.com/s/8CmZdabwt4R
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
BUILD_PATH=/
|
||||
VITE_APP_ENV='prod'
|
||||
VITE_APP_BASE_URL = 'http://121.37.174.56:8000'
|
||||
VITE_APP_SOCKET_URL = 'ws://121.37.174.56:8000/web/socket?'
|
||||
VITE_APP_MINIO_URL = 'http://121.37.174.56:9000'
|
||||
VITE_APP_BASE_URL = 'http://118.196.24.189:8000'
|
||||
VITE_APP_SOCKET_URL = 'ws://118.196.24.189:8000/web/socket?'
|
||||
VITE_APP_MINIO_URL = 'http://118.196.24.189:9000'
|
||||
VITE_IS_INDEX_WINDOW = 'true'
|
||||
Reference in New Issue
Block a user