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
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
</div>
|
|
143
143
|
<div class="tc copyright">
|
|
144
144
|
<slot name="footer">
|
|
145
|
-
© {{ loginConfig.filing_company ||
|
|
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>
|