Browse Source

启动图修改

wgl 4 năm trước cách đây
mục cha
commit
1de02afbb8
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      index/home/index.html
  2. 1 1
      src/utils/storage.js

+ 1 - 1
index/home/index.html

@@ -59,7 +59,7 @@
 
 		<div id="z-loading-2" style="display: block;position:fixed;left:0px;top:0px;bottom:0px;right:0px;z-index: 999;background-color: #fff;">
 			<div style="width:100%;text-align: center;height: 100%;">
-				<img src="http://rccs.oss-cn-hangzhou.aliyuncs.com/jp_housekeeper/img/2021.jpg" style="width: 100%;height: 100%;"
+				<img src="http://oss.xiaoxinda.com/jp_housekeeper/img/%E5%B0%8F%E9%B9%8F%E7%AE%A1%E5%AE%B6loadingBgMaxRed-tuya.webp" style="width: 100%;height: 100%;"
 				 id="qdt" />
 				<div class="index-load" id="index-load" style="display:block"></div>
 			</div>

+ 1 - 1
src/utils/storage.js

@@ -30,7 +30,7 @@ function delCookie(name) {
 }
 
 
-const prefix = 'xpgj'
+const prefix = 'xpgj_'
 const engine = window.localStorage
 
 export const get = key => !engine.getItem(prefix + key) ? null : JSON.parse(engine.getItem(prefix + key))