first commit

This commit is contained in:
annnj-company
2026-04-17 18:29:53 +08:00
parent e49fa5a215
commit 130c1026c4
5615 changed files with 1639145 additions and 0 deletions

16
pgweb/.env.production Normal file
View File

@@ -0,0 +1,16 @@
NODE_ENV=production
# IP端口或域名
VUE_APP_IP = dev3.gzpg2006.cn
# 接口地址
VUE_APP_API_URL = http://${VUE_APP_IP}/php/
#websocket地址
VUE_APP_SOCKET_URL = http://${VUE_APP_IP}:2120
# 部署应用包时的基本 URL
VUE_APP_PUBLIC_PATH = /phpadmin
# FTP 下载基础URL 9910 生产, 9911测试 转发FTP地址
VUE_APP_FTP_DOWNLOAD_BASE_URL = http://113.98.62.215:9910/download