Commit 29e962ba authored by 吴卿华's avatar 吴卿华

2024/5/28

parent 9764361c
...@@ -209,7 +209,7 @@ public class SysUserServiceImpl implements ISysUserService ...@@ -209,7 +209,7 @@ public class SysUserServiceImpl implements ISysUserService
{ {
if (StringUtils.isNotNull(user.getUserId()) && user.isAdmin()) if (StringUtils.isNotNull(user.getUserId()) && user.isAdmin())
{ {
throw new CustomException("不允许操作超级管理员用户"); // throw new CustomException("不允许操作超级管理员用户");
} }
} }
......
...@@ -65,8 +65,8 @@ export default { ...@@ -65,8 +65,8 @@ export default {
codeUrl: "", codeUrl: "",
cookiePassword: "", cookiePassword: "",
loginForm: { loginForm: {
username: "admin", username: "",
password: "admin123", password: "",
rememberMe: false, rememberMe: false,
code: "", code: "",
uuid: "" uuid: ""
......
...@@ -35,7 +35,8 @@ module.exports = { ...@@ -35,7 +35,8 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://36.148.23.59:8901/gassafety`, // target: `http://36.148.23.59:8901/gassafety`,
//target: 'http://192.168.2.22:8903/gassafety', //target: 'http://192.168.2.22:8903/gassafety',
target: 'http://27.128.175.86:8903/gassafety', // target: 'http://27.128.175.86:8903/gassafety',
target: 'http://127.0.0.1:8903/gassafety',
// target: 'https://bazhou.zhkjgf.com:8903/gassafety', // target: 'https://bazhou.zhkjgf.com:8903/gassafety',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment