Selaa lähdekoodia

年度投资管理fix

scorpio 2 vuotta sitten
vanhempi
commit
091003065d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)
   }
 }