You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
431 B
23 lines
431 B
/* |
|
* @Author: gao_m3 |
|
* @Date: 2021-01-25 16:23:31 |
|
* @LastEditors: chen_yt |
|
* @LastEditTime: 2022-06-10 14:04:50 |
|
* @Descripttion: |
|
*/ |
|
import Basic from './global' |
|
import Pwd from './password' |
|
import Tip from './tip' |
|
import Quantifier from './time' |
|
import Verb from './operate' |
|
import Menu from './menu' |
|
import Saas from './saas' |
|
export default { |
|
...Basic, |
|
...Tip, |
|
...Pwd, |
|
...Quantifier, |
|
...Verb, |
|
...Menu, |
|
...Saas |
|
} |