diff --git a/common/config.js b/common/config.js index 8f6e9d0..1682c60 100644 --- a/common/config.js +++ b/common/config.js @@ -1,7 +1,8 @@ module.exports = { //后端接口地址 - baseUrl: 'http://10.11.38.240:9001', //内网开发环境 - // baseUrl: 'http://172.17.56.37:18082/api', + // baseUrl: 'http://10.11.38.240:9001', //内网开发环境 + baseUrl: 'http://172.17.56.37:18082/api', //测试环境 + // baseUrl: 'http://172.17.56.16:18082/api', //正式环境 // baseUrl: 'http://api-dashboard.yudao.iocoder.cn/app-api', // 超时 timeout: 30000, diff --git a/components/news-list/news-list.vue b/components/news-list/news-list.vue index a4a7864..48e9fe8 100644 --- a/components/news-list/news-list.vue +++ b/components/news-list/news-list.vue @@ -6,13 +6,13 @@ {{newItem.title}} - {{ $dict(newItem.plateName) }} + {{ $dict(newItem.plateName || "") }} - {{newItem.organizeName}} + {{newItem.organizeName || ""}} - + @@ -76,6 +76,9 @@ .bomCss { display: flex; + justify-content: space-between; + align-items: center; + height:32rpx; background-color: rgba(255, 255, 255, 0); box-sizing: border-box; font-family: '苹方 中等', '苹方', sans-serif; diff --git a/manifest.json b/manifest.json index 0fa6851..c2510a6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name" : "gas-market-h5", + "name" : "市场资讯", "appid" : "__UNI__A1179CD", - "description" : "gas-market-h5", + "description" : "市场资讯", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, diff --git a/pages.json b/pages.json index 4b835d3..229b010 100644 --- a/pages.json +++ b/pages.json @@ -88,7 +88,7 @@ "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", - "navigationBarTitleText": "gas-market-h5", + "navigationBarTitleText": "市场资讯", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#ffffff" } -- libgit2 0.21.2