Blame view

src/i18n/lang/index.js 74 Bytes
c1b532ad   梁保满   权限配置,路由基础设置
1
2
3
4
5
6
  import en from "./en"
  import cn from "./cn"
  export default {
    en,
    cn
  }