ming 2 years ago
parent
commit
388ed477c0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/manifest.json
  2. 1 1
      src/pages/login.vue

+ 1 - 1
src/manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "智慧消防",
-    "appid" : "__UNI__36DE3A0",
+    "appid" : "H5DB88130",
     "description" : "智慧消防",
     "versionName" : "2.0",
     "versionCode" : 2,

+ 1 - 1
src/pages/login.vue

@@ -237,7 +237,7 @@ async function info() {
 /** 获取登录页数据 */
 async function getMobileTenantConfigApi(params) {
   getMobileTenantConfig(params).then((res) => {
-    if (res.data.data.length > 0) {
+    if (res.data.length > 0) {
       let data = res.data.data[0];
       bg.value = data.loginBackUrl;
       title.value = data.loginTitle;