toesbieya / jxc-admin

一个前后端分离的简易进销存后台管理系统,基于SpringBoot和vue-element-admin实现,具备常见的后台管理功能,登录态使用session,使用基于资源url的简单权限控制。
https://toesbieya.cn/jxc-admin
MIT License
349 stars 118 forks source link

你好,请问前端和后端我都基本部署好了,可是在登录时显示登录成功但是不会跳转页面是怎么回事呢?注册用户也能加入数据库,就是不跳转页面!能帮忙看看吗?感谢! #60

Closed txicecool closed 2 years ago

toesbieya commented 2 years ago

应该页面报错了吧,你f12看看

toesbieya commented 2 years ago

你是不是改了啥,还是啥没改对,我新clone下来是没问题的

txicecool commented 2 years ago

f12 有一个Uncaught (in promise) ReferenceError: process is not defined报错

txicecool commented 2 years ago

下载下来需要改一些什么呢?

txicecool commented 2 years ago

显示原码if (cwd === undefined) 有错

toesbieya commented 2 years ago

你有改过路由配置的数据库吧?应该是有个路由路径错了,你重新导入sql试试吧

toesbieya commented 2 years ago

或者你试试https://github.com/browserify/path-browserify/issues/8

txicecool commented 2 years ago

我重新下载下来 只改了数据库密码 qiniukey 其他都没有改 运行 还是一样的问题 还需要改什么地方呢?

toesbieya commented 2 years ago

20220417122741 你把util/path 改成这样试试

txicecool commented 2 years ago

可以了!谢谢