From 6a2e33a514c0e7eb841b057d8ad7db4a382ef796 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 19 Jan 2024 09:52:50 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web

---
 src/config/website.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/config/website.js b/src/config/website.js
index b20a08b..e50bdbf 100644
--- a/src/config/website.js
+++ b/src/config/website.js
@@ -4,7 +4,7 @@
 export default {
   title: "saber",
   logo: "S",
-  key: 'saber',//配置主键,目前用于存储
+  key: 'saber', //配置主键,目前用于存储
   indexTitle: '基层智治综合协同平台',
   clientId: 'saber', // 客户端id
   clientSecret: 'saber_secret', // 客户端密钥
@@ -44,6 +44,7 @@
   authUrl: 'http://localhost/blade-auth/oauth/render',
   // 报表设计器地址(cloud端口为8108,boot端口为80)
   reportUrl: 'https://srgdjczzxtpt.com:2080/jczz-ureport/ureport',
+  // reportUrl: 'http://localhost:9528/ureport',
   // 单点登录系统认证(blade-auth服务的地)
   ssoUrl: 'http://localhost:8100/oauth/authorize?client_id=saber&response_type=code&redirect_uri=',
   // 单点登录回调地址(Saber服务的地址)

--
Gitblit v1.9.3