From e0f0173f98b37a752359d5312b30575f44d1d8f7 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期二, 22 九月 2020 11:12:00 +0800 Subject: [PATCH] 应用安装/卸载 --- src/pages/index/App.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index/App.vue b/src/pages/index/App.vue index b5a62d2..22a9f70 100644 --- a/src/pages/index/App.vue +++ b/src/pages/index/App.vue @@ -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> @@ -52,7 +52,7 @@ <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({ @@ -189,7 +189,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%; -- Gitblit v1.8.0