a0e8bb0e by lihua

Revert "修改系统加载图标"

This reverts commit f256c31d.
1 parent f256c31d

361 KB | W: | H:

185 KB | W: | H:

public/swzl_logo.gif
public/swzl_logo.gif
public/swzl_logo.gif
public/swzl_logo.gif
  • 2-up
  • Swipe
  • Onion skin
...@@ -45,7 +45,7 @@ function goBack() { ...@@ -45,7 +45,7 @@ function goBack() {
45 45
46 <template> 46 <template>
47 <div class="notfound"> 47 <div class="notfound">
48 <img style="width: 480px; height: 110px;" src="../../public/swzl_logo.gif"> 48 <img style="width: 468px; height: 96px;" src="../../public/swzl_logo.gif">
49 </div> 49 </div>
50 </template> 50 </template>
51 51
......
...@@ -993,7 +993,7 @@ onBeforeMount(() => { ...@@ -993,7 +993,7 @@ onBeforeMount(() => {
993 </div> 993 </div>
994 <platformIndex v-else-if="userData.tenantType != 1" /> 994 <platformIndex v-else-if="userData.tenantType != 1" />
995 <div v-else class="main-placeholder"> 995 <div v-else class="main-placeholder">
996 <img style="width: 480px; height: 110px;" src="../../../public/swzl_logo.gif" /> 996 <img style="width: 468px; height: 96px;" src="../../../public/swzl_logo.gif" />
997 </div> 997 </div>
998 </template> 998 </template>
999 999
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!