scorpio 2 жил өмнө
parent
commit
091003065d

+ 1 - 1
src/api/system/index.js

@@ -20,6 +20,6 @@ export default {
    * 机构详情
    */
   getDeptDetail(params) {
-    return fetch('blade-system/dept/detail', params)
+    return fetch('/blade-system/dept/detail', params)
   }
 }