修改了文档地址

This commit is contained in:
毛鹏
2025-06-04 14:35:28 +08:00
parent ff0031d24b
commit acf92ce93f
5 changed files with 8 additions and 8 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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": "帮助文档",
},
{

View File

@@ -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
---

View File

@@ -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'