系统管理加前缀path “/system”

This commit is contained in:
吕金泽
2022-03-28 21:21:26 +08:00
parent 178e024cf8
commit 25b91353b1
116 changed files with 240 additions and 474 deletions
@@ -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: '修改成功',