对接关于我们 ,正则法规,帮助中心 ,用户提问模块

This commit is contained in:
linxd
2025-06-18 20:14:11 +08:00
parent e8804d6140
commit 8176a9b3d0
32 changed files with 2094 additions and 506 deletions

View File

@ -5,12 +5,8 @@
"description": "An out-of-box UI solution for enterprise applications",
"scripts": {
"start-dev": "cross-env UMI_UI=none UMI_ENV=dev LOGIN_PATH=ebtp-frontend umi dev --port=3000",
"start-UAT": "cross-env NODE_OPTIONS=--openssl-legacy-provider UMI_UI=none UMI_ENV=UAT LOGIN_PATH=ebtp-frontend umi dev --port=3000",
"start-sim": "cross-env UMI_UI=none UMI_ENV=sim LOGIN_PATH=ebtp-frontend umi dev --port=3000",
"start-prod": "cross-env UMI_UI=none UMI_ENV=prod LOGIN_PATH=prod/ebtp-frontend umi dev --port=3000",
"build-dev": "cross-env UMI_ENV=dev LOGIN_PATH=ebtp-frontend umi build",
"build-UAT": "cross-env UMI_ENV=UAT LOGIN_PATH=ebtp-frontend umi build",
"build-sim": "cross-env UMI_ENV=sim LOGIN_PATH=ebtp-frontend umi build",
"build-prod": "cross-env UMI_ENV=prod LOGIN_PATH=prod/ebtp-frontend umi build",
"analyze": "cross-env ANALYZE=1 umi build",
"build": "umi build",
@ -68,6 +64,8 @@
"@material-ui/core": "4.11.3",
"@types/react-cookies": "0.1.0",
"@umijs/route-utils": "1.0.37",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"antd": "4.15.1",
"array-move": "3.0.1",
"axios": "0.21.1",