Authored by xuhongyun

build

@@ -148,6 +148,7 @@ webpackJsonp([42],[ @@ -148,6 +148,7 @@ webpackJsonp([42],[
148 $("#save-searchKey").click(); 148 $("#save-searchKey").click();
149 $("#saveAddInfo").click(); 149 $("#saveAddInfo").click();
150 $("#btn-recommand").click(); 150 $("#btn-recommand").click();
  151 + $("#save-urlList").click();
151 $("#modelTry-save").click(); 152 $("#modelTry-save").click();
152 } 153 }
153 154
@@ -45,7 +45,7 @@ var apiCofig = { @@ -45,7 +45,7 @@ var apiCofig = {
45 //root:__dirname, 45 //root:__dirname,
46 EnvConst:{ 46 EnvConst:{
47 // domain:"http://192.168.102.48:8088/platform", 47 // domain:"http://192.168.102.48:8088/platform",
48 - domain:"http://127.0.0.1:8088/platform", 48 + domain:"http://192.168.102.202:8088/platform",
49 // domain:"http://172.16.6.200:8088/platform", 49 // domain:"http://172.16.6.200:8088/platform",
50 //domain:"http://192.168.102.202:8088/platform", 50 //domain:"http://192.168.102.202:8088/platform",
51 51
@@ -93,8 +93,8 @@ @@ -93,8 +93,8 @@
93 <div class="col-sm-1 control-label"> 93 <div class="col-sm-1 control-label">
94 <label>店铺简介:</label> 94 <label>店铺简介:</label>
95 </div> 95 </div>
96 - <div class="col-sm-8">  
97 - <script id="edit-shop-intro" type="text/plain" style="width:89%;height:500px;"></script> 96 + <div class="col-sm-9">
  97 + <script id="edit-shop-intro" type="text/plain" style="width:100%;height:500px;"></script>
98 <input id="shopIntro" type="hidden" placeholder="店铺简介" value="<%data.shopIntro%>"> 98 <input id="shopIntro" type="hidden" placeholder="店铺简介" value="<%data.shopIntro%>">
99 </div> 99 </div>
100 </div> 100 </div>