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

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.448",
4
+ "version": "1.0.54-dev.449",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -142,7 +142,7 @@
142
142
  </div>
143
143
  <div class="tc copyright">
144
144
  <slot name="footer">
145
- © {{ loginConfig.filing_company || this.$t1("广州同望科技发展有限公司") }}
145
+ © {{ this.$t1(loginConfig.filing_company || "广州同望科技发展有限公司") }}
146
146
  <span style="margin-left: 50px" v-if="!!loginConfig.filing_number">{{
147
147
  loginConfig.filing_number + " " + (loginConfig.phone || "4000646100")
148
148
  }}</span>