mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-04-26 00:00:04 +08:00
系统管理加前缀path “/system”
This commit is contained in:
@@ -77,7 +77,7 @@ function resetTemp() {
|
||||
function save() {
|
||||
dataForm.value.validate((valid) => {
|
||||
if (valid) {
|
||||
proxy.$post('user/center/update', temp.value).then(() => {
|
||||
proxy.$post('/system/user/center/update', temp.value).then(() => {
|
||||
proxy.$notify({
|
||||
title: '成功',
|
||||
message: '修改成功',
|
||||
|
||||
Reference in New Issue
Block a user