Browse Source

年度投资管理fix

scorpio 2 năm trước cách đây
mục cha
commit
091003065d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/system/index.js

+ 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)
   }
 }