zjs_project 10 月之前
父節點
當前提交
673fb732ee

+ 1 - 1
src/App.vue

@@ -9,7 +9,7 @@
 		<router-view v-if="!$route.meta.keepAlive"></router-view>
 		<div class="loadingShadow" v-show="loading">
 			<div class="loadData">
-				<img src="https://skyforest.static.elaber.cn/detail/loading.gif" alt="" />
+				<img src="https://dm.static.elab-plus.com/miniProgram/loading.gif" alt="" />
 				<div class="loadingMsg">{{loadingMsg}}</div>
 			</div>
 		</div>

+ 1 - 7
src/components/newBottomCom/viewMask/viewMask.html

@@ -19,12 +19,6 @@
 	<div class="indicator-view rows" v-if="aiImagesList && aiImagesList.length>1 && showAIImage">
 		<div class="indicator-item" :class="{'active': currentIndex == idx}" v-for="(item, idx) in aiImagesList" :key="idx"></div>
 	</div>
-	<!-- <div class="loading_more" v-if="aiFlag && aiImagesList.length>0 && showAIImage">
-		<img class="loading_img"
-			src="https://dm.static2.elab-plus.com/aiBeauty/aiBeauty3/icon_loading_Img.png"
-			mode="aspectFit"></image>
-			自动生成更多图片中{{random+'%'}}...
-	</div> -->
 	<div class="btn-view columns" v-if="showAIImage==false">
 		<!-- 切换视图-退出当前模式 -->
 		<div class="compareBtn btn1" @click.stop="showOrHideWebGl" v-if="aiImagesList && aiImagesList.length>0">
@@ -107,7 +101,7 @@
 		</div>
 	</div>
 	<div class="loadData" v-show="myloading">
-		<img src="https://skyforest.static.elaber.cn/detail/loading.gif" alt="" />
+		<img src="https://dm.static.elab-plus.com/miniProgram/loading.gif" alt="" />
 		<div class="loadingMsg">{{loadingMsg}}</div>
 	</div>
 </div>

+ 1 - 7
src/components/newQCCom/viewMask/viewMask.html

@@ -19,12 +19,6 @@
 	<div class="indicator-view rows" v-if="aiImagesList && aiImagesList.length>1 && showAIImage">
 		<div class="indicator-item" :class="{'active': currentIndex == idx}" v-for="(item, idx) in aiImagesList" :key="idx"></div>
 	</div>
-	<!-- <div class="loading_more" v-if="aiFlag && aiImagesList.length>0 && showAIImage">
-		<img class="loading_img"
-			src="https://dm.static2.elab-plus.com/aiBeauty/aiBeauty3/icon_loading_Img.png"
-			mode="aspectFit"></image>
-			自动生成更多图片中{{random+'%'}}...
-	</div> -->
 	<div class="btn-view columns" v-if="showAIImage==false">
 		<!-- 切换视图-退出当前模式 -->
 		<div class="compareBtn btn1" @click.stop="showOrHideWebGl" v-if="aiImagesList && aiImagesList.length>0">
@@ -110,7 +104,7 @@
 		</div>
 	</div>
 	<div class="loadData" v-show="myloading">
-		<img src="https://skyforest.static.elaber.cn/detail/loading.gif" alt="" />
+		<img src="https://dm.static.elab-plus.com/miniProgram/loading.gif" alt="" />
 		<div class="loadingMsg">{{loadingMsg}}</div>
 	</div>
 </div>

+ 2 - 2
src/pages/webgl_rxdz_test1_env/webgl_rxdz_test1_env.html

@@ -34,12 +34,12 @@
 			<div class="loading_more" v-if="noMore">
 				<template v-if="!startCreate">
 					<img class="leftSwiperImg"
-						src="https://dm.static2.elab-plus.com/miniProgram/leftSwiperImg.png"
+						src="https://dm.static.elab-plus.com/miniProgram/leftSwiperImg.png"
 						mode="aspectFit"></image>
 				</template>
 				<template v-else>
 					<img class="loading_img"
-						src="https://dm.static2.elab-plus.com/aiBeauty/aiBeauty3/icon_loading_Img.png"
+						src="https://dm.static.elab-plus.com/aiBeauty/aiBeauty3/icon_loading_Img.png"
 						mode="aspectFit" />
 					<span class="loading_text" v-if="loadingMsg">{{loadingMsg}}</span>
 				</template>

+ 2 - 2
src/pages/webgl_rxdz_test_env/webgl_rxdz_test_env.html

@@ -27,12 +27,12 @@
 			<!-- <div class="loading_more">
 				<template v-if="!startCreate">
 					<img class="leftSwiperImg"
-						src="https://dm.static2.elab-plus.com/miniProgram/leftSwiperImg.png"
+						src="https://dm.static.elab-plus.com/miniProgram/leftSwiperImg.png"
 						mode="aspectFit"></image>
 				</template>
 				<template v-else>
 					<img class="loading_img"
-						src="https://dm.static2.elab-plus.com/aiBeauty/aiBeauty3/icon_loading_Img.png"
+						src="https://dm.static.elab-plus.com/aiBeauty/aiBeauty3/icon_loading_Img.png"
 						mode="aspectFit" />
 					<span class="loading_text" v-if="loadingMsg">{{loadingMsg}}</span>
 				</template>