Skip to content

Commit

Permalink
修改测试
Browse files Browse the repository at this point in the history
  • Loading branch information
zljkarry committed Sep 29, 2019
1 parent cad5c54 commit 2f63d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const token = document.location.hash.split('#/?token=')[1];
if (!localStorage.getItem('id_token') && !token) {
window.location.href =
'https://wx.redrock.team/magicloop/rushb?b=http://202.202.43.234/puzzleofthemap/enter&scope=tmpbase';
'https://wx.redrock.team/magicloop/rushb?b=https://cyxbsmobile.redrock.team/234/puzzleofthemap/enter&scope=tmpbase';
}

if (token && token.length) {
Expand Down
2 changes: 1 addition & 1 deletion src/common/config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const API = 'http://202.202.43.234/puzzleofthemap/api'
export const API = 'https://cyxbsmobile.redrock.team/234/puzzleofthemap/'

0 comments on commit 2f63d12

Please sign in to comment.