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
|
@@ -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">{{
|