From ae6d20ec4a30b7e796feb05958bcfc80e55f247b Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 20 七月 2023 15:21:45 +0800
Subject: [PATCH] 整合代码部署

---
 Source/UBCS-WEB/dist/src/config/website.js |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/dist/src/config/website.js b/Source/UBCS-WEB/dist/src/config/website.js
new file mode 100644
index 0000000..e645614
--- /dev/null
+++ b/Source/UBCS-WEB/dist/src/config/website.js
@@ -0,0 +1,51 @@
+/**
+ * 鍏ㄥ眬閰嶇疆鏂囦欢
+ */
+export default {
+  title: "VCI-UBCS",
+  logo: "S",
+  key: 'saber',//閰嶇疆涓婚敭,鐩墠鐢ㄤ簬瀛樺偍
+  indexTitle: 'VCI-UBCS',
+  image:'../public/img/bg/img-logo.png',
+  clientId: 'saber', // 瀹㈡埛绔痠d
+  clientSecret: 'saber_secret', // 瀹㈡埛绔瘑閽�
+  tenantMode: true, // 鏄惁寮�鍚鎴锋ā寮�
+  tenantId: "000000", // 绠$悊缁勭鎴风紪鍙�
+  captchaMode: true, // 鏄惁寮�鍚獙璇佺爜妯″紡
+  switchMode: false, // 鏄惁寮�鍚儴闂ㄥ垏鎹㈡ā寮�
+  lockPage: '/lock',
+  tokenTime: 3000,
+  tokenHeader: 'Blade-Auth',
+  //http鐨剆tatus榛樿鏀捐鍒楄〃
+  statusWhiteList: [],
+  //閰嶇疆棣栭〉涓嶅彲鍏抽棴
+  isFirstPage: false,
+  fistPage: {
+    label: "棣栭〉",
+    value: "/wel/index",
+    params: {},
+    query: {},
+    meta: {
+      i18n: 'dashboard'
+    },
+    group: [],
+    close: false
+  },
+  //閰嶇疆鑿滃崟鐨勫睘鎬�
+  menu: {
+    iconDefault: 'iconfont icon-caidan',
+    props: {
+      label: 'name',
+      path: 'path',
+      icon: 'source',
+      children: 'children'
+    }
+  },
+  // 绗笁鏂圭郴缁熸巿鏉冨湴鍧�
+  authUrl: 'http://localhost/ubcs-auth/oauth/render',
+  // 鎶ヨ〃璁捐鍣ㄥ湴鍧�(cloud绔彛涓�8108,boot绔彛涓�80)
+  reportUrl: 'http://localhost:8108/ureport',
+  // 鍗曠偣鐧诲綍绯荤粺璁よ瘉(ubcs-auth鏈嶅姟鐨勫湴)
+  // 鍗曠偣鐧诲綍鍥炶皟鍦板潃(Saber鏈嶅姟鐨勫湴鍧�)
+  redirectUri: 'http://localhost:1888',
+}

--
Gitblit v1.9.3