From 607ebaf27b44e0d27925715e4c2d7e2ffff257f0 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 11 七月 2023 09:49:33 +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