feat: 新增项目信息修改功能

This commit is contained in:
奔跑的面条
2022-05-26 01:01:59 +08:00
parent dfb63346d3
commit e674a1ece4
6 changed files with 62 additions and 26 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ export const fetchRouteParams = () => {
* * 通过硬解析获取当前路由下的参数
* @returns object
*/
export const fetchRouteParamsByhistory = () => {
export const fetchRouteParamsLocation = () => {
try {
return document.location.hash.split('/').pop() || ''
} catch (error) {