| | |
| | | {{ time }} |
| | | </div> |
| | | <!-- <img class="img" src="/img/logo.png" alt=""> --> |
| | | <p class="title">{{ $t('login.info') }}</p> |
| | | <!-- <p class="title">{{ $t('login.info') }}</p> --> |
| | | <p class="title">基层智治综合协同平台</p> |
| | | </div> |
| | | <div class="login-border"> |
| | | <img class="img" src="/img/logo.png" alt=""> |
| | | <!-- <img class="img" src="/img/logo.png" alt=""> --> |
| | | <div class="login-main"> |
| | | |
| | | <h4 class="login-title"> |
| | |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import { setStore, getStore } from "@/util/store" |
| | | import Watermark from "@/warterMarkVUE" |
| | | import userLogin from "./userlogin" |
| | | import codeLogin from "./codelogin" |
| | | import thirdLogin from "./thirdlogin" |
| | |
| | | } |
| | | }, |
| | | created () { |
| | | document.title = "基层智治综合协同平台" |
| | | setStore({ |
| | | name: "webTitle", |
| | | content: '基层智治综合协同平台', |
| | | }) |
| | | |
| | | setStore({ |
| | | name: "webType", |
| | | content: 'default', |
| | | }) |
| | | |
| | | Watermark.remove() |
| | | |
| | | this.handleLogin() |
| | | this.getTime() |
| | | }, |