鲁班七号
2023-01-05 20bf8e325691f148ce15155b9c6e44f04c48b4dd
src/views/layout/components/Navbar.vue
@@ -137,7 +137,7 @@
             const res = response.data;
             if (res.code == 200) {
                 const result = res.result;
                 _this.appCode = result.fileurl
                 _this.appCode = process.env.IMG_API + result.fileurl
             }
         }).catch(error => {
         })
@@ -175,7 +175,8 @@
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
.navbar {
  height: 60px;
  height: 80px;
  padding:10px 0;
  position: fixed;
  z-index: 1000;
  width: 100%;