fix:修改 @mixin 名称

This commit is contained in:
奔跑的面条
2022-05-02 17:18:18 +08:00
parent b678e389df
commit 4e7e1e62b6
18 changed files with 26 additions and 31 deletions
@@ -38,7 +38,6 @@ const fetchProhectInfoById = () => {
if (!routeParamsRes) return
const { id } = routeParamsRes
if (id.length) {
// todo 从后端获取项目信息并存储
return id[0]
}
return ''