src/page/login/index.vue
@@ -82,7 +82,7 @@ methods: { // 动态获取系统名称 getSysConfigInfo(){ let sysConfigId = this.$route.query?.id || 2; let sysConfigId = this.$route.query?.id || 1; getDetail(sysConfigId).then(res=>{ this.login.info = res.data.data.name })