解决fastjson 新安全漏洞问题;/第三方登录bug处理;/IE兼容js本地化提高前端加载速度

This commit is contained in:
zhangdaiscott
2020-06-04 14:38:24 +08:00
parent 00bd952a9c
commit 5e0fb93d8d
4 changed files with 6958 additions and 5 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<template>
<a-locale-provider :locale="locale">
<a-config-provider :locale="locale">
<div id="app">
<router-view/>
</div>
</a-locale-provider>
</a-config-provider>
</template>
<script>
import zhCN from 'ant-design-vue/lib/locale-provider/zh_CN'