dcc
2024-06-13 3616db170333df7d668c97323344335b52c4153c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import twLocale from "element-plus/lib/locale/lang/zh-tw";
import login from "../resource/China_tw/login";
import home from "../resource/China_tw/home";
import user from "../resource/China_tw/user";
import hangqing from "../resource/China_tw/hangqing";
import jiaoyi from "../resource/China_tw/jiaoyi";
import c2c from "../resource/China_tw/c2c";
import compositeHome from "../resource/China_tw/compositeHome"; //综合盘的
const tw = {
  ...compositeHome,
  ...login,
  message: {
    home,
    user,
    hangqing,
    jiaoyi,
    c2c,
  },
  ...twLocale,
};
 
export default tw;