优化diamante

This commit is contained in:
java110 2020-11-28 01:48:13 +08:00
parent 6851361553
commit baa0729a79
2 changed files with 5 additions and 5 deletions

8
app.js
View File

@ -36,11 +36,11 @@ let opts = {
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
//app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
//app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts));
app.use('/callComponent',proxy('http://api.demo.winqi.cn:8012',opts));
app.use('/app',proxy('http://api.demo.winqi.cn:8012',opts));
app.use('/callComponent',proxy('http://127.0.0.1:8012',opts));
app.use('/app',proxy('http://127.0.0.1:8012',opts));
//app.use('/callComponent',proxy('http://127.0.0.1:8012',opts));
//app.use('/app',proxy('http://127.0.0.1:8012',opts));
//app.use('/callComponent',proxy('http://192.168.1.16:8012',opts));
//app.use('/app',proxy('http://192.168.1.16:8012',opts));

View File

@ -63,7 +63,7 @@
<!--<th>小区地址</th>-->
<th width="25%">附近地标</th>
<th>城市编码</th>
<th v-for="(item,index) in communityManageInfo.listColumns">{{item.itemName}}</th>
<th v-for="(item,index) in communityManageInfo.listColumns">{{item.specName}}</th>
<th>状态</th>
<th class="text-right">操作</th>
</tr>