cloud-web-corejs 1.0.54-dev.449 → 1.0.54-dev.450

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.449",
4
+ "version": "1.0.54-dev.450",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -140,7 +140,7 @@
140
140
  </el-tab-pane>
141
141
  </el-tabs>
142
142
  </div>
143
- <div class="tc copyright">
143
+ <div class="tc copyright" v-show="loginConfig.hide_filing_info !== true">
144
144
  <slot name="footer">
145
145
  © {{ this.$t1(loginConfig.filing_company || "广州同望科技发展有限公司") }}
146
146
  <span style="margin-left: 50px" v-if="!!loginConfig.filing_number">{{
@@ -110,6 +110,7 @@ export default {
110
110
  methods: {
111
111
  handleLoginConfig(){
112
112
  let loginConfig = this.$store.getters.loginConfig;
113
+ debugger
113
114
  this.loginConfig = loginConfig;
114
115
  this.initImage();
115
116
  this.initLoginMethod();