From a3fdfa6e5db6218a6ab09480a982fdc9fd0e6459 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 09 八月 2024 09:46:55 +0800
Subject: [PATCH] 1.解决了运行时黑色弹出SDK版本问题

---
 pages/login/index.vue |    4 ++--
 manifest.json         |    3 +++
 main.js               |    3 ++-
 style/global.css      |    2 +-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/main.js b/main.js
index b5f9d03..3eac2b3 100644
--- a/main.js
+++ b/main.js
@@ -22,7 +22,8 @@
 // Vue.prototype.$baseUrl = 'http://121.196.36.24:8021/api' //鏈湴浜у搧   宸ㄥ姏鐨勬暟鎹簱
 // Vue.prototype.$baseUrl = 'http://122.227.18.22:8000/api' //鏈湴浜у搧   宸ㄧ珛闃叉姢锛堝鎴峰湴鍧�锛�
 // Vue.prototype.$baseUrl = 'http://121.196.36.24:8032/api' //鍦f玻椤圭洰
-Vue.prototype.$baseUrl = 'http://121.196.36.24:8019/api' //鍦f玻椤圭洰
+// Vue.prototype.$baseUrl = 'http://121.196.36.24:8019/api' //鍦f玻椤圭洰
+Vue.prototype.$baseUrl = 'http://121.196.36.24:8033/api' //鍦f玻椤圭洰
 Vue.prototype.$companyType = 'B' //浼佷笟绫诲瀷锛堥」鐩被鍨嬶級 A锛氬法鍔涳紝B锛氬湥娌o紝銆丅: 浜у搧
 
 // A:  http://121.196.36.24:8021/api  http://122.227.18.22:8000/api
diff --git a/manifest.json b/manifest.json
index 283f51c..f610679 100644
--- a/manifest.json
+++ b/manifest.json
@@ -7,6 +7,9 @@
     "transformPx" : false,
     /* 5+App鐗规湁鐩稿叧 */
     "app-plus" : {
+        "compatible" : {
+            "ignoreVersion" : true
+        },
         "usingComponents" : true,
         "nvueStyleCompiler" : "uni-app",
         "compilerVersion" : 3,
diff --git a/pages/login/index.vue b/pages/login/index.vue
index 7b859f5..d9c818b 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -78,10 +78,10 @@
 				// #endif
 
 				// #ifdef APP-PLUS
-				usercode: '9999',
+				usercode: '999',
 				// #endif
 
-				userpassword: '123456',
+				userpassword: '123',
 				isView: false, //瀵嗙爜鏄惁鍙
 
 				isDisabledSubmitButton: false, //鎻愪氦鎸夐挳鏄惁澶勪簬鍔犺浇涓�
diff --git a/style/global.css b/style/global.css
index e3c8d51..88eb53c 100644
--- a/style/global.css
+++ b/style/global.css
@@ -158,7 +158,7 @@
 	/* padding-top: 20rpx; */
 	/* padding-bottom: 20rpx; */
 	display: flex;
-	/* flex-direction: column; */
+	flex-direction: column;
 	width: 100%;
 
 }

--
Gitblit v1.9.3