From d6b43f3fae482d0cab7c0991472056dfcc17f09b Mon Sep 17 00:00:00 2001 From: suxiaoxin Date: Wed, 8 Nov 2017 11:10:06 +0800 Subject: [PATCH] opti: doc footer link --- client/containers/Project/Interface/InterfaceList/Edit.js | 1 - ydocfile.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/containers/Project/Interface/InterfaceList/Edit.js b/client/containers/Project/Interface/InterfaceList/Edit.js index fc3e64da..fe52d7fe 100755 --- a/client/containers/Project/Interface/InterfaceList/Edit.js +++ b/client/containers/Project/Interface/InterfaceList/Edit.js @@ -81,7 +81,6 @@ class InterfaceEdit extends Component { s.onmessage = (e) => { let result = JSON.parse(e.data); if (result.errno === 0) { - console.log(result.data) this.setState({ curdata: result.data, status: 1 diff --git a/ydocfile.js b/ydocfile.js index 67596b08..fdd04620 100755 --- a/ydocfile.js +++ b/ydocfile.js @@ -7,7 +7,7 @@ module.exports = { "instructionsUrlPath": "", //使用说明demo路径 (需要配合JS-Component注释的@instructions使用) "common": { // 通用默认配置,包括主页配置等 "title": "YApi 接口管理平台", //page title - "footer": "© 2017 YMFE Team. Build by ydoc ", // 通用尾 + "footer": "© 2017 YMFE Team. Build by ydoc ", // 通用尾 "home": '  YAPI', // logo "homeUrl": "./index.html" // logourl },