28 lines
703 B
Markdown
28 lines
703 B
Markdown
# 实训教学模块
|
||
|
||
网元固定一套,ne_id 默认使用`001`
|
||
|
||
## 静态资源
|
||
|
||
将目录下文件放置到对应目录 替换约18个文件
|
||
|
||
- i18n 对应覆盖 src\i18n
|
||
- views 对应覆盖 src\views
|
||
|
||
|
||
## 涉及文件
|
||
|
||
- src\i18n\locales\en-US.ts
|
||
- src\i18n\locales\zh-CN.ts
|
||
- src\views\monitor\topologyArchitecture\index.vue
|
||
- src\views\configManage\configParamTreeTable
|
||
- src\views\configManage\configParamApply
|
||
- src\views\ne\neInfo\index.vue
|
||
- src\plugins\auth-user.ts
|
||
- src\views\dashboard\amfUE\index.vue
|
||
- src\views\dashboard\mmeUE\index.vue
|
||
- src\views\dashboard\imsCDR\index.vue
|
||
- src\views\dashboard\smfCDR\index.vue
|
||
- src\views\dashboard\smscCDR\index.vue
|
||
- src\store\modules\user.ts
|