lb #25

Merged
gtz217 merged 4 commits from lb into master 2022-12-16 09:02:45 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 50670208c1 - Show all commits

View File

@ -248,7 +248,7 @@ export default {
const password = Cookie.get('password')
if (username && password) {
window.location = `http://zs.main.picaiba.com/#/?username=${username}&password=${password}`
window.location = `http://main.cnbmai.picaiba.com/#/?username=${username}&password=${password}`
// window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
}
},

View File

@ -90,7 +90,7 @@ export default {
const password = Cookie.get('password')
if (username && password) {
window.location = `http://zs.main.picaiba.com/#/?username=${username}&password=${password}`
window.location = `http://main.cnbmai.picaiba.com/#/?username=${username}&password=${password}`
// window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
} else {
this.$router.push('/')