mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-18 13:04:46 +08:00
opti: doc footer link
This commit is contained in:
parent
1fb1a914ca
commit
d6b43f3fae
@ -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
|
||||
|
@ -7,7 +7,7 @@ module.exports = {
|
||||
"instructionsUrlPath": "", //使用说明demo路径 (需要配合JS-Component注释的@instructions使用)
|
||||
"common": { // 通用默认配置,包括主页配置等
|
||||
"title": "YApi 接口管理平台", //page title
|
||||
"footer": "© 2017 <a href=\"https://github.com/ymfe\">YMFE</a> Team. Build by <a href=\"http://ued.qunar.com/ydoc/\">ydoc</a> ", // 通用尾
|
||||
"footer": "© 2017 <a href=\"https://ymfe.org\">YMFE</a> Team. Build by <a href=\"http://ued.qunar.com/ydoc/\">ydoc</a> ", // 通用尾
|
||||
"home": '<img src="./images/logo_header@2x.png" /> YAPI', // logo
|
||||
"homeUrl": "./index.html" // logourl
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user