Commit 2a197304 by zhangzhen

细节优化

parent e41080ad
const CONFIG = {
// 开发环境配置
development: {
assetsPath: 'https://www.eis-paas.com', // 静态资源路径
assetsPath: 'http://129.211.46.84:8085', // 静态资源路径
// baseUrl: 'http://10.24.1.97:8080/hp-smart', // 后台接口请求地址
// #ifdef MP
baseUrl:'https://www.eis-paas.com/hggp',
baseUrl:'http://129.211.46.84:8085',
// #endif
// #ifndef MP
baseUrl:'/prod-api',
// #endif
hostUrl: 'http://10.24.5.167:8083', // H5地址(前端运行地址)
hostUrl: 'http://129.211.46.84:8085/hggp', // H5地址(前端运行地址)
websocketUrl: '', // websocket服务端地址
weixinAppId: '' ,// 微信公众号appid
codeHeadUrl:"",
......
......@@ -29,19 +29,8 @@
</view>
</swiper-item>
</swiper>
</view>
<view class="flex-row list-box">
<view v-for="(item,k) in list" :key="k" class="flex-col list-item" @tap="onNavTo(item)">
<view class="icon-box">
<image class="img" :src="item.imagePath || '../../static/'+item.label+'.png'" mode="scaleToFill"></image>
</view>
<text class="text-black margin-top-sm text-bold">{{item.text}}</text>
</view>
</view>
<!-- <view class="list-content-box">
</view>
<view class="list-content-box">
<view v-for="(val, i) in list" :key="i" v-if="val.childMenu && val.childMenu.length" class="list-content-item">
......@@ -59,7 +48,7 @@
</view>
</view>
</view> -->
</view>
</view>
......
......@@ -513,7 +513,6 @@
.factory-name{
max-width: 360upx;
.factory-title{
width: 360upx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
......
......@@ -539,7 +539,6 @@
.factory-name{
max-width: 360upx;
.factory-title{
width: 360upx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
......
......@@ -536,7 +536,6 @@
.factory-name{
max-width: 360upx;
.factory-title{
width: 360upx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
......
......@@ -533,7 +533,6 @@
.factory-name{
max-width: 360upx;
.factory-title{
width: 360upx;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
......
......@@ -5,8 +5,8 @@ module.exports = {
open: true,
proxy: {
'/prod-api': {
// target: `http://129.211.46.84:8085/hggp`,
target: `https://www.eis-paas.com/hggp`,
target: `http://129.211.46.84:8085/hggp`,
// target: `https://www.eis-paas.com/hggp`,
changeOrigin: true,
pathRewrite: {
'/prod-api': ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment