Commit 8b63e0db authored by youjie's avatar youjie

no message

parent 1630de9c
......@@ -1948,5 +1948,9 @@ export default {
let endTime = new Date(this.getBeforeDate(days, new Date().Format("yyyy-MM-dd")));
return endTime;
}
Vue.prototype.getLanguage = function () {
var language = localStorage.getItem('language')
return language;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment