fix: 基础框架修改,去除不要代码

This commit is contained in:
2024-03-25 18:04:26 +08:00
parent 3c3114985b
commit c61a5083c3
29 changed files with 1335 additions and 222 deletions

View File

@@ -81,7 +81,7 @@ Vue.use(Element, {
Vue.prototype.$langPre = {
computedProp(suffix) {
let item = localStorage.getItem('lang');
let item = localStorage.getItem('lang')
if (item === null) {
item = 'zh'
}