From 5787d3d20d4a61732c94ae066733a3da4d2269d6 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Fri, 19 Jan 2024 09:48:39 +0800
Subject: [PATCH] 添加公共报事
---
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