opti: doc footer link

This commit is contained in:
suxiaoxin 2017-11-08 11:10:06 +08:00
parent 1fb1a914ca
commit d6b43f3fae
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -7,7 +7,7 @@ module.exports = {
"instructionsUrlPath": "", //使用说明demo路径 (需要配合JS-Component注释的@instructions使用)
"common": { // 通用默认配置,包括主页配置等
"title": "YApi 接口管理平台", //page title
"footer": "&copy; 2017 <a href=\"https://github.com/ymfe\">YMFE</a> Team. Build by <a href=\"http://ued.qunar.com/ydoc/\">ydoc</a>&nbsp;", // 通用尾
"footer": "&copy; 2017 <a href=\"https://ymfe.org\">YMFE</a> Team. Build by <a href=\"http://ued.qunar.com/ydoc/\">ydoc</a>&nbsp;", // 通用尾
"home": '<img src="./images/logo_header@2x.png" /> &nbsp;YAPI', // logo
"homeUrl": "./index.html" // logourl
},