update gotoHome
This commit is contained in:
		@@ -248,7 +248,8 @@ export default {
 | 
			
		||||
      const password = Cookie.get('password')
 | 
			
		||||
 | 
			
		||||
      if (username && password) {
 | 
			
		||||
        window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
 | 
			
		||||
        window.location = `http://zs.main.picaiba.com/#/?username=${username}&password=${password}`
 | 
			
		||||
        // window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    winBlur() {
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <header class="techy-header">
 | 
			
		||||
    <img class="logo-img" src="./logo.png" alt="cnbm" />
 | 
			
		||||
    <img class="logo-img" src="./logo.png" alt="cnbm">
 | 
			
		||||
    <span class="techy-header__title">{{ headTitle }}</span>
 | 
			
		||||
 | 
			
		||||
    <div class="date">{{ now.format('yyyy.MM.DD') }}</div>
 | 
			
		||||
@@ -90,7 +90,8 @@ export default {
 | 
			
		||||
        const password = Cookie.get('password')
 | 
			
		||||
 | 
			
		||||
        if (username && password) {
 | 
			
		||||
          window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
 | 
			
		||||
          window.location = `http://zs.main.picaiba.com/#/?username=${username}&password=${password}`
 | 
			
		||||
          // window.location = `http://192.168.1.103:9527/#/?username=${username}&password=${password}`
 | 
			
		||||
        } else {
 | 
			
		||||
          this.$router.push('/')
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user