diff --git a/src/components/Login.vue b/src/components/Login.vue index 24206ed..e972f85 100644 --- a/src/components/Login.vue +++ b/src/components/Login.vue @@ -71,7 +71,7 @@ export default { const initWeChatLogin = () => { nextTick(() => { const appid = 'wxf8db44d5ec082dfc'; - const redirectUri = encodeURIComponent('https://api.sso.ycymedu.com/api/syswechat/snlogin?redirect_uri=https://uat.test.ycymedu.com'); + const redirectUri = encodeURIComponent('https://api.sso.ycymedu.com/api/syswechat/snlogin?redirect_uri=https://uat.zytb.ycymedu.com'); const state = Math.random().toString(36).substr(2); new WxLogin({ diff --git a/upload.sh b/upload.sh index dd40747..111afec 100644 --- a/upload.sh +++ b/upload.sh @@ -24,7 +24,7 @@ if [ $? -eq 0 ]; then -d '{ "msgtype": "text", "text": { - "content": "single html| upload success!!! backup to'"$BACKUP_PATH"'" + "content": "ssoweb html|upload success!!! backup to'"$BACKUP_PATH"'" } }' else @@ -36,7 +36,7 @@ else -d '{ "msgtype": "text", "text": { - "content": "single html|upload fail,please check error info。" + "content": "ssoweb html|upload fail,please check error info。" } }' fi