Merge branch 'dev' of gitlab.corp.qunar.com:mfe/yapi into dev

This commit is contained in:
gaoxiaolin.gao 2018-05-10 17:02:15 +08:00
commit 11e95cf215
4 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
### v1.3.15
* 增强跨域请求安全性,只允许 YApi 网站进行跨域请求
* 优化文档
* 修复 schema 描述信息展示 bug
### v1.3.14
* 修复接口编辑白屏问题

View File

@ -1,6 +1,6 @@
{
"name": "yapi",
"version": "1.3.14",
"version": "1.3.15",
"description": "YAPI",
"main": "index.js",
"scripts": {

View File

@ -20,6 +20,5 @@
</body>
</html>

View File

@ -36,6 +36,5 @@
<script>
document.write('<script src="/prd/' + window.WEBPACK_ASSETS['index.js'].js + '"><\/script>');
</script>
</body>
</html>