Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

安装页面与教程不一致 #581

Open
yzchengrui opened this issue Feb 23, 2020 · 6 comments
Open

安装页面与教程不一致 #581

yzchengrui opened this issue Feb 23, 2020 · 6 comments

Comments

@yzchengrui
Copy link

我使用 git clone -b develop https://github.com/otale/tale.git 下载源代码,启动程序后,出现设置界面。页面中无"网站设置“,只有“安装完成”(网站的设置选项都有),与教程中不一致。

@HaiLJ
Copy link

HaiLJ commented Feb 25, 2020

同样的问题

@HaiLJ
Copy link

HaiLJ commented Feb 25, 2020

image

@jiang1988tao1
Copy link

遇到相同的问题,稍微跟踪了下,发现install.js加载到不正确的js了,增加v=v1.0后加载到jQuery Steps的js去了

@Iridescent-Aries
Copy link

同样的问题,没看懂楼上啥意思,求助怎么破解

@jiang1988tao1
Copy link

同样的问题,没看懂楼上啥意思,求助怎么破解

你可以尝试删除数据库,清理浏览器缓存重试,否则就像我一样直接跟代码,install.js的命名和jquery有点冲突

@zoujiayu
Copy link
Member

跟了下,当加载到jquery.validate.min.js时就会错误的加载到其他js的内容,导致后面的js没被正确加载(包括jquery.validate)
将./resources/templates/install.html第149行改为如下,重启Tale项目,强制刷新页面缓存。

<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.15.1/jquery.validate.min.js"></script>

我用beyond compare对比了项目本地jquery.validate.min.js & 在线加载的jquery.validate.min.js两者内容是一样
当换回本地js后,刷新页面缓存,问题又被复现了。
一脸懵,溜了溜了

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants