ソースを参照

更新 'login/src/views/NewNav/index.vue'

停车场地址跳转
Gogs 2 年 前
コミット
92b66a0307
1 ファイル変更0 行追加8 行削除
  1. 0 8
      login/src/views/NewNav/index.vue

+ 0 - 8
login/src/views/NewNav/index.vue

@@ -94,14 +94,6 @@ export default {
                         this.$message.error(msg);
                     }
                 });
-            } else if (appId == 1007) {
-                this.$http.get('/sc-community/assets/community/getLoginParkUrl').then(({ status, data, msg }) => {
-                    if (0 === status) {
-                        window.open(`${data}`);
-                    } else {
-                        this.$message.error(msg);
-                    }
-                });
             } else if (Number(appId) < 0) {
                 window.open(url);
             } else {