fix: 基础框架修改,去除不要代码
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user