zhangzengfei
2020-10-13 c5a508ae17799a8f6687f2aea82536fa57f435b9
src/pages/index/App.vue
@@ -1,7 +1,7 @@
<template>
  <div class v-loading="vLoading" :style="`width: ${currentWidth}px;height:${currentHeight}px`">
    <div class="web-site">
      <a href="http://www.aiotlink.com" target="_blank">www.aiotlink.com</a>
      <a href="http://www.smartai.com" target="_blank">www.smartai.com</a>
    </div>
    <licence />
    <div class="right-bg" style>
@@ -9,7 +9,7 @@
    </div>
    <div class="left-bg">
      <div class="login-logo">
        <img src="../../assets/img/login-logo.png" alt width="105px" height="105px" />
        <img src="/images/login-logo.png" alt width="105px" height="105px" />
      </div>
      <div class="login-com">
        <span>北京贝思科技术有限公司</span>
@@ -45,14 +45,14 @@
          </el-form-item>
        </el-form>
      </div>
      <p class="gradient-text gradient-text-one">——— {{serverTitle || '智 能 计 算 节 点 — ReID'}} ———</p>
      <p class="gradient-text gradient-text-one">——— {{serverTitle || 'SmartAI — ReID'}} ———</p>
    </div>
  </div>
</template>
<script>
import { tologin, getLoginUserData, getServerName } from './api.ts'
import ParticleNetwork from '@/components/ParticleNetwork'
import ParticleNetwork from './ParticleNetwork'
import Licence from '@/components/licence'
export default {
@@ -140,7 +140,7 @@
        })
        // await this.getMenuList()
        // this.$router.push('/Layout/Video')
        location.assign("/view/desktop")
        location.assign("/view/desktop/")
        return json
      } else {
        this.$notify({
@@ -166,10 +166,11 @@
    async getServerName() {
      let res = await getServerName()
      if (res && res.success) {
        console.log(res.data.serverName)
        this.serverTitle = res.data.serverName
        window.document.title = res.data.serverName
          ? res.data.serverName
          : '智 能 计 算 节 点'
          : 'SmartAI'
        sessionStorage.setItem('title', res.data.serverName)
      }
    },
@@ -177,6 +178,9 @@
  created() {
    this.getServerName()
    this.getScreenHeight()
  },
  mounted(){
    console.log(this.serverTitle)
  },
  watch: {},
  beforeDestroy() {
@@ -189,7 +193,7 @@
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("../../assets/img/login-net.png");
  background-image: url("/images/login-net.png");
  width: 100%;
  height: 100%;