reggiepy

Results 5 comments of reggiepy

我是用的npm run generate 生成静态文件,不过只有一个机器生成成功了。另一个机器会包错。估计是框架问题。 ![image](https://user-images.githubusercontent.com/39558381/204487963-9af10493-28af-4914-92d2-c4eb8c75c55a.png) 找到问题所在了,执行 npm run generate 的时候需要在另外一个终端执行 npm run dev 不过这种方式不能记住登录状态,刷新就得重新登陆。 已经改用成,npm run build npm run start

> 有GO版本的吗?😁 同问

> Hi Team, > > Running Billiards 4.0.2 on Windows 10. > > A hard timeout threshold triggers the following error: > > Thread 'TimeoutHandler' crashed: AttributeError("module 'os' has no...

![image](https://user-images.githubusercontent.com/39558381/233242426-baf9d554-bac5-4d67-9845-72cd59ce6092.png)

> gocron有什么配置支持 自动登录 > > 目前需要实现 系统x,集成gocron页面 > > 系统x单击菜单,给gocron传入用户名和密码,跳转gocron,无需二次登录 这种情况下,自己实现一个携带token跳转登录验证的接口比较合适吧,接口里面用页面带过来的token去校验登录token是否有效。可以避免和gocron自带的登录混合在一起。