Forráskód Böngészése

电力线路图对齐问题解决

傀仙 1 éve
szülő
commit
eeb0691b85
4 módosított fájl, 24 hozzáadás és 21 törlés
  1. 3 0
      .gitignore
  2. 18 18
      .hbuilderx/launch.json
  3. 1 1
      common/set_base_url.js
  4. 2 2
      manifest.json

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+unpackage/
+.project
+.DS_Store

+ 18 - 18
.hbuilderx/launch.json

@@ -1,20 +1,20 @@
-{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
-  // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
-    "version": "0.0",
-    "configurations": [{
-     	"app-plus" : 
-     	{
-     		"launchtype" : "local"
-     	},
-     	"default" : 
-     	{
-     		"launchtype" : "local"
-     	},
-     	"h5" : 
-     	{
-     		"launchtype" : "local"
-     	},
-     	"type" : "uniCloud"
-     }
+{
+    // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
+    // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
+    "version" : "0.0",
+    "configurations" : [
+        {
+            "app-plus" : {
+                "launchtype" : "local"
+            },
+            "default" : {
+                "launchtype" : "local"
+            },
+            "h5" : {
+                "launchtype" : "local"
+            },
+            "provider" : "aliyun",
+            "type" : "uniCloud"
+        }
     ]
 }

+ 1 - 1
common/set_base_url.js

@@ -27,7 +27,7 @@ export const set_base_url = (mine_code) => {
 			return "http://xixuan.nxmy.com:8011/api"
 			break;
 		case 'qingshuiying':
-			return "http://qingshuiying.nxmy.com:8011/api"
+			return "http://qingshuiying.nxjiewei.com:8011/api"
 			break;
 		case 'wuyegongsi':
 			return "http://wuyegongsi.nxmy.com:8011/api"

+ 2 - 2
manifest.json

@@ -2,7 +2,7 @@
     "name" : "智慧枣泉(新)",
     "appid" : "__UNI__4B520D3",
     "description" : "",
-    "versionName" : "2.1.4",
+    "versionName" : "2.2.0",
     "versionCode" : "100",
     "transformPx" : false,
     /* 5+App特有相关 */
@@ -55,7 +55,7 @@
                     "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
                     "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                 ],
-                "abiFilters" : [ "armeabi-v7a", "x86" ]
+                "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
             },
             /* ios打包配置 */
             "ios" : {