浏览代码

chore: 准备1.15.13版本发布,调整配置与资源

1.  将应用名称从"智控"改为"云飞智控"
2.  更新版本号至1.15.13
3.  调整表格单元格宽度适配内容
4.  替换本地背景图为远程CDN资源并删除本地图片文件
5.  切换启用云飞智控的中立环境配置
allen 3 天之前
父节点
当前提交
2e995a4a30
共有 5 个文件被更改,包括 7 次插入7 次删除
  1. 3 3
      manifest.json
  2. 二进制
      pages/assets/personBg.png
  3. 1 1
      pages/environment/gshistory.vue
  4. 1 1
      pages/my/index/index.vue
  5. 2 2
      util/neutral.js

+ 3 - 3
manifest.json

@@ -1,9 +1,9 @@
 {
-    "name" : "智控",
+    "name" : "云飞智控",
     "appid" : "__UNI__DBA6730",
     "description" : "",
-    "versionName" : "1.15.12",
-    "versionCode" : 11512,
+    "versionName" : "1.15.13",
+    "versionCode" : 11513,
     "transformPx" : false,
     "sassImplementationName" : "node-sass",
     /* 5+App特有相关 */

二进制
pages/assets/personBg.png


+ 1 - 1
pages/environment/gshistory.vue

@@ -368,7 +368,7 @@
 				.td {
 					display: inline-block;
 					padding: 5rpx;
-					width: 300rpx;
+					width: 320rpx;
 					text-align: center;
 					height: 52rpx;
 					line-height: 52rpx;

+ 1 - 1
pages/my/index/index.vue

@@ -194,7 +194,7 @@ import logoutIcon from '../../assets/logout.png';
   background: #F5F6FA;
   .subject-top{
     height: 450rpx;
-    background-image: url('../../assets/personBg.png');
+    background-image: url('https://s3.hnyfwlw.com/webstaticimg/bigdata_app/image/personBg.png');
     background-size: cover;
   }
 }

+ 2 - 2
util/neutral.js

@@ -1,6 +1,6 @@
 export default {
-  // isneutral:true,//云飞智控
-  isneutral: false, //智控
+  isneutral:true,//云飞智控
+  // isneutral: false, //智控
   developAPI:'https://uat.hnyfwlw.com',//测试环境访问地址
   // productAPI:'http://8.136.98.49:8002',//生产环境
   productAPI:'https://web.hnyfwlw.com',//生产环境