quguofeng 2 years ago
parent
commit
8863286be2
1 changed files with 6 additions and 4 deletions
  1. 6 4
      public/apidoc/config.js

+ 6 - 4
public/apidoc/config.js

@@ -1,7 +1,7 @@
 // eslint-disable-next-line no-unused-vars
 window.apidocFeConfig = {
   // 标题
-  TITLE: "Apidoc",
+  TITLE: "钉钉OA",
   // 缓存配置
   CACHE: {
     // 缓存前缀
@@ -9,7 +9,9 @@ window.apidocFeConfig = {
   },
   HTTP: {
     // 接口请求地址
-    HOSTS:[],
+    HOSTS:[
+
+    ],
     // 接口响应超时时间
     TIMEOUT: 30000,
     // 跨域请求时是否使用凭证
@@ -211,9 +213,9 @@ window.apidocFeConfig = {
         "tools.title": "工具",
         "codeTemplate.title":"代码模板",
         "codeTemplate.reload":"重新生成",
-        
+
       },
     }
   ],
- 
+
 };