错误优化

This commit is contained in:
暮光:城中城
2019-06-27 22:56:40 +08:00
parent f144e77035
commit eb7112b956
7 changed files with 36 additions and 31 deletions

View File

@@ -73,9 +73,9 @@
支持多项目同时展示,多种文档目录的展示方案,多种自定义配置,满足各种使用习惯。
本项目是完全从头写的所以有任何属性未解析到、UI上有何建议都能及时处理得到。
使用中您有任何的意见和建议都可到源码地址处反馈哦!<br/>
源码地址:<a target="_blank" href="https://gitee.com/zyplayer/zyplayer-doc">zyplayer-doc-swagger</a>(还有其他很多功能哦)
前端框架:<a target="_blank" href="http://zui.sexy">zui</a>(很不错)
我的网站:<a target="_blank" href="http://kongjianzhou.com">空间轴</a><a target="_blank" href="http://zyplayer.com">自由发挥</a>(都已很久未维护)<br/>
源码地址:<a target="_blank" href="https://gitee.com/zyplayer/zyplayer-doc">zyplayer-doc-swagger</a>
前端框架:<a target="_blank" href="http://zui.sexy">zui</a>
我的网站:<a target="_blank" href="http://kongjianzhou.com">空间轴</a><a target="_blank" href="http://zyplayer.com">自由发挥</a><br/>
<div id="upgradeInfoBox"></div>
</div>
</div>

View File

@@ -68,7 +68,7 @@
<label><input type="radio" name="forceRewriteDomain" value="1" v-model="forceRewriteDomain"></label>
<label><input type="radio" name="forceRewriteDomain" value="0" v-model="forceRewriteDomain"></label>
</td>
<td>文档在本地,想调试线上接口就可以勾选此参数,“在线调试”处的请求地址强制改为:“文档地址管理”处配置的重写域名+接口地址</td>
<td>文档在本地,想调试线上接口就可以勾选此参数,这样“在线调试”处的请求地址就会被强制改为:“文档地址管理”处配置的重写域名+接口地址</td>
</tr>
</tbody>
</table>
@@ -108,7 +108,7 @@
}
},
methods: {
},
mounted: function(){
getStorage(cacheKeys.userSettings, function(data){