Merge pull request 'wxy' (#107) from wxy into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/107
This commit is contained in:
springlog
2024-09-25 12:13:06 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ export const modifyUser=(data)=>{
}
export const editPassword=(data)=>{
return request({
url:'/ops/user/detail/info',
url:'/ops/user/update/password',
method:'post',
data
})

View File

@@ -36,7 +36,7 @@ const router = useRouter()
const authStore = useAuthStore()
const loginForm = reactive({
username: 'admin',
password: '123456',
password: 'qwe123',
code: '',
uuid: ''
})