update remote url
This commit is contained in:
		@@ -248,7 +248,7 @@ export default {
 | 
				
			|||||||
      const password = Cookie.get('password')
 | 
					      const password = Cookie.get('password')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      if (username && 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}`
 | 
					        // window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -90,7 +90,7 @@ export default {
 | 
				
			|||||||
        const password = Cookie.get('password')
 | 
					        const password = Cookie.get('password')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (username && 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}`
 | 
					          // window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
          this.$router.push('/')
 | 
					          this.$router.push('/')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user