Explorar o código

update更新域名

liujintao hai 5 horas
pai
achega
bd80154578
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .env.development
  2. 1 1
      src/views/system/login/component/scan.vue

+ 1 - 1
.env.development

@@ -4,7 +4,7 @@ ENV='development'
 # 本地环境接口地址
 # VITE_API_URL = 'http://127.0.0.1:8000'
 # VITE_API_URL='http://192.168.1.225:82/'
- VITE_API_URL='http://operate.zosi.com.cn/'
+ VITE_API_URL='https://operate.zosi.com.cn/'
 # VITE_API_URL="http://192.168.1.231:82/"
 
 # 是否启用按钮权限

+ 1 - 1
src/views/system/login/component/scan.vue

@@ -19,7 +19,7 @@ function initWeComQRCode() {
 			login_type: 'CorpApp',
 			appid: 'ww467ec1685e8262e6', // 企业微信企业 ID
 			agentid: '1000071', // 应用 AgentID
-			redirect_uri: 'http://operate.zosi.com.cn/web/', //正式环境网址
+			redirect_uri: 'https://operate.zosi.com.cn/web/', //正式环境网址
 			state: 'Wechat',
 			scope: 'snsapi_privateinfo',
 			redirect_type: 'callback',