From 02b041f981806d665872f3114ea6a50dfaf77894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 20 Dec 2023 10:28:31 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E5=AE=A2=E6=88=B7=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.srms | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .env.srms diff --git a/.env.srms b/.env.srms new file mode 100644 index 00000000..fcc0a865 --- /dev/null +++ b/.env.srms @@ -0,0 +1,5 @@ +NODE_ENV=production +VUE_APP_TAG_FLAG=1 +VUE_APP_LOGIN_PAGE='https://iam-uat.sinotruk.com:7011/idp/oauth2/authorize?redirect_uri=http://srms-test.sinotruk.com/dashboard/analysis&state=123&client_id=SRMS&response_type=code' +VUE_APP_CURRENT_SYSTEM='IAM' +VUE_APP_LOGOUT_PAGE='https://iam-uat.sinotruk.com:7011/idp/profile/OAUTH2/Redirect/GLO?redirctToUrl=http://srms-test.sinotruk.com/dashboard/analysis&redirectToLogin=true&entityId=SRMS' \ No newline at end of file diff --git a/package.json b/package.json index 8e29791c..f3eb8bff 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "vue-cli-service build", "lint": "vue-cli-service lint", "build:test": "vue-cli-service build --mode test", + "build:srmstest": "vue-cli-service build --mode srms", "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org " }, "dependencies": {