浏览代码

修改socket地址&去除评估

zjs_project 2 天之前
父节点
当前提交
03f6754eec

+ 2 - 2
src/components/newQCCom/viewMask/viewMask.html

@@ -113,13 +113,13 @@
 				</div>
 			</div>
 			<div class="btn-list rows rows-between">
-                <div class="pinggu rows" @click="assessmentHandle">
+                <!-- <div class="pinggu rows" @click="assessmentHandle">
                     <span class="iconfont icon-jisuanqi" style="font-size: 20px;margin-right: 5px;"></span>
                     <div class="columns">
                         <div>计价</div>
                         <div>评估</div>
                     </div>
-                </div>
+                </div> -->
 				<div class="btn AiBtn rows justify-center" @click.stop="aiSubmit(1)" :style="{background:hexToRgba(highColor1,0.4)}">
 					<div class="iconfont icon-a-lujing35039 style1"></div>{{aiImagesList && aiImagesList.length>0?'继续生成':'开始设计'}}
 				</div>

+ 1 - 1
src/components/newQCCom/viewMask/viewMask.scss

@@ -320,7 +320,7 @@
 	}
 	
 	.houseType{
-		width: 332px;
+		width: 450px;
 		margin-left: -14px;
 		// box-shadow: 0 6px 20px #f2980233;
 	}

+ 2 - 2
src/components/newQCCom/viewlayout/viewlayout.html

@@ -19,13 +19,13 @@
 		</div>
 		<!-- 精细化 -->
 		<div class="btn-list rows rows-between" v-else-if="styleType==2">
-            <div class="pinggu rows" :style="{'color':backgroundColor}" @click="assessmentHandle">
+            <!-- <div class="pinggu rows" :style="{'color':backgroundColor}" @click="assessmentHandle">
                 <span class="iconfont icon-jisuanqi" style="font-size: 20px;margin-right: 5px;"></span>
                 <div class="columns">
                     <div>计价</div>
                     <div>评估</div>
                 </div>
-            </div>
+            </div> -->
 			<div class="btn houseType rows justify-center up2" @click="openLayout(3)" v-if="showX" :style="{'background':hexToRgba(highColor1,0.2),'color':backgroundColor}">
 				<div class="iconfont icon-huxingjianshang style1"></div>更改功能
 			</div>

+ 2 - 1
src/components/newQCCom/viewlayout/viewlayout.scss

@@ -84,7 +84,8 @@
 	margin-right:17px;
 }
 .AiBtn{
-	width: 254px;
+    // flex:1;
+	width: 410px;
 	// box-shadow: 0 6px 20px #f2980233;
 }
 .pinggu{

+ 3 - 3
src/services/urlConfig.js

@@ -10,7 +10,7 @@ var config = function(env) {
             api_url: 'https://gatewaytest.elab-plus.vip/', //測試
             redirect_uri: 'https://h5test1.elab-plus.com/krpano/template', // 授权回调地址
 			min_uri: 'https://dm.static.elab-plus.com/miniProgram/webgl/test1/index.html#/', // H5小程序的地址
-			ws_url: 'wss://wstest3.skyforestcity.com/',
+			ws_url: 'ws://203.156.249.2:5556/',
             themeColor1: '#FFD09F',
             themeColor2: '#FFAD5C',
             themeColor3: '#EF863F',
@@ -38,7 +38,7 @@ var config = function(env) {
             redirect_uri: 'https://h5test1.elab-plus.com/krpano/template', // 授权回调地址
             // min_uri: 'https://dm.static.elab-plus.com/miniProgram/webgl/test1/index.html#/', // H5小程序的地址
             min_uri: 'https://h5test1.elab-plus.com/web/qiance/index.html#/', // H5小程序的地址
-			ws_url: 'wss://wstest3.skyforestcity.com/',
+			ws_url: 'ws://203.156.249.2:5556/',
 			// ws_url: 'ws://192.168.50.190:5556/',
             themeColor1: '#FFD09F',
             themeColor2: '#FFAD5C',
@@ -66,7 +66,7 @@ var config = function(env) {
             api_url: 'https://gatewaytest3.skyforestcity.com/', //測試
             redirect_uri: 'https://h5test3.elab-plus.net/krpano/template', // 授权回调地址
 			min_uri: 'https://dm.static.elab-plus.com/miniProgram/webgl/test1/index.html#/', // H5小程序的地址
-            ws_url: 'wss://wstest3.skyforestcity.com/',
+            ws_url: 'ws://203.156.249.2:5556/',
 			themeColor1: '#FFD09F',
             themeColor2: '#FFAD5C',
             themeColor3: '#EF863F',