From 43cd16a525977bf609e9d01f145081c0a23c6555 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 23 Apr 2024 16:07:58 +0800 Subject: [PATCH 01/16] =?UTF-8?q?=E4=BB=93=E5=BA=93=E8=BD=AC=E7=A7=BB+?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=93=8D=E4=BD=9C=E5=A2=9E=E5=8A=A0manager?= =?UTF-8?q?=E7=9A=84=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Settings/Setting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Settings/Setting.js b/src/forge/Settings/Setting.js index 024f98b64..be7eebe8f 100644 --- a/src/forge/Settings/Setting.js +++ b/src/forge/Settings/Setting.js @@ -423,7 +423,7 @@ class Setting extends Component { {/* */} { - projectDetail && projectDetail.permission && (projectDetail.permission === "Admin" || projectDetail.permission === "Owner")? + projectDetail && projectDetail.permission && (projectDetail.permission === "Admin" || projectDetail.permission === "Owner" || projectDetail.permission ==="Manager")?
危险操作区
From 8ecef8e8fd3ed77a6396110607b76b20233a44dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Thu, 25 Apr 2024 09:14:05 +0800 Subject: [PATCH 02/16] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=88=86=E4=BA=ABtest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- public/index.html | 1 + src/common/util/ShareUtil.js | 22 ++++++++++++++++------ src/forge/Information/Pages/newsDetail.jsx | 3 ++- src/forge/Information/index.jsx | 2 ++ 5 files changed, 22 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 420fac00d..a6fe11241 100644 --- a/package.json +++ b/package.json @@ -177,7 +177,7 @@ "eslintConfig": { "extends": "react-app" }, - "proxy": "http://172.20.32.202:4000", + "proxy": "https://testforgeplus.trustie.net", "port": "3007", "devDependencies": { "@babel/runtime": "7.0.0-beta.51", diff --git a/public/index.html b/public/index.html index 06d38434c..7508cce5a 100755 --- a/public/index.html +++ b/public/index.html @@ -50,6 +50,7 @@ + <%= htmlWebpackPlugin.tags.bodyTags %> - + <%= htmlWebpackPlugin.tags.bodyTags %> - + <%= htmlWebpackPlugin.tags.bodyTags %>