Commit 2a197304 by zhangzhen

细节优化

parent e41080ad
const CONFIG = { const CONFIG = {
// 开发环境配置 // 开发环境配置
development: { development: {
assetsPath: 'https://www.eis-paas.com', // 静态资源路径 assetsPath: 'http://129.211.46.84:8085', // 静态资源路径
// baseUrl: 'http://10.24.1.97:8080/hp-smart', // 后台接口请求地址 // baseUrl: 'http://10.24.1.97:8080/hp-smart', // 后台接口请求地址
// #ifdef MP // #ifdef MP
baseUrl:'https://www.eis-paas.com/hggp', baseUrl:'http://129.211.46.84:8085',
// #endif // #endif
// #ifndef MP // #ifndef MP
baseUrl:'/prod-api', baseUrl:'/prod-api',
// #endif // #endif
hostUrl: 'http://10.24.5.167:8083', // H5地址(前端运行地址) hostUrl: 'http://129.211.46.84:8085/hggp', // H5地址(前端运行地址)
websocketUrl: '', // websocket服务端地址 websocketUrl: '', // websocket服务端地址
weixinAppId: '' ,// 微信公众号appid weixinAppId: '' ,// 微信公众号appid
codeHeadUrl:"", codeHeadUrl:"",
......
...@@ -29,19 +29,8 @@ ...@@ -29,19 +29,8 @@
</view> </view>
</swiper-item> </swiper-item>
</swiper> </swiper>
</view> </view>
<view class="list-content-box">
<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 v-for="(val, i) in list" :key="i" v-if="val.childMenu && val.childMenu.length" class="list-content-item"> <view v-for="(val, i) in list" :key="i" v-if="val.childMenu && val.childMenu.length" class="list-content-item">
...@@ -59,7 +48,7 @@ ...@@ -59,7 +48,7 @@
</view> </view>
</view> </view>
</view> --> </view>
</view> </view>
......
...@@ -513,7 +513,6 @@ ...@@ -513,7 +513,6 @@
.factory-name{ .factory-name{
max-width: 360upx; max-width: 360upx;
.factory-title{ .factory-title{
width: 360upx;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -539,7 +539,6 @@ ...@@ -539,7 +539,6 @@
.factory-name{ .factory-name{
max-width: 360upx; max-width: 360upx;
.factory-title{ .factory-title{
width: 360upx;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -536,7 +536,6 @@ ...@@ -536,7 +536,6 @@
.factory-name{ .factory-name{
max-width: 360upx; max-width: 360upx;
.factory-title{ .factory-title{
width: 360upx;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -533,7 +533,6 @@ ...@@ -533,7 +533,6 @@
.factory-name{ .factory-name{
max-width: 360upx; max-width: 360upx;
.factory-title{ .factory-title{
width: 360upx;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -5,8 +5,8 @@ module.exports = { ...@@ -5,8 +5,8 @@ module.exports = {
open: true, open: true,
proxy: { proxy: {
'/prod-api': { '/prod-api': {
// target: `http://129.211.46.84:8085/hggp`, target: `http://129.211.46.84:8085/hggp`,
target: `https://www.eis-paas.com/hggp`, // target: `https://www.eis-paas.com/hggp`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'/prod-api': '' '/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