eolinker开源版5 修改为中文
已知的eolinker开源版5为php版本且语言默认是英文,以下方法可以获取到中文版。
frontend_source_code\src\app\app.module.js
找到
$translateProvider.translations('en', EN);
修改为:
$translateProvider.translations('en', CN);
然后重新打包前端代码js部署即可
方法二:直接修改编译后的js
找到 eolinker_ams_os_5.0\eolinker_os\scripts\app-41b1e8c80d.js文件,打开后查找
c.translations("en",d)
修改为:
c.translations("en",p)
即可
https://www.leftso.com/article/1032.html