refactor: 移除组件内置i18n翻译,改为调用方自行处理
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

1. 调整菜单路由路径与API基础路径匹配生产配置更名
2. 优化page-table和page-dialog-form组件,移除内置的$t翻译逻辑,由调用方传入已翻译的文本
3. 为无menu_id的菜单项生成默认空路径
This commit is contained in:
sheng
2026-05-27 18:37:37 +08:00
parent 2cc8329695
commit 48cfebd008
5 changed files with 40 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
import { request } from '@/api/_service'
const BASE = 'production_master_data/factory_model/factory_area/'
const BASE = 'production_configuration/factory_model/factory_area/'
function apiParams (method, data = {}) {
return {