修改密码连接请求错误bug

This commit is contained in:
hdm 2023-02-28 09:01:04 +08:00
parent 257cd58224
commit df63d78b0f
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
//监听提交 //监听提交
form.on('submit(webform)', function (data) { form.on('submit(webform)', function (data) {
$.ajax({ $.ajax({
url: "/home/api/edit_password", url: "/home/index/edit_password",
type: 'post', type: 'post',
data: data.field, data: data.field,
success: function (e) { success: function (e) {

View File

@ -16,7 +16,7 @@
} }
], ],
"require": { "require": {
"php": ">=7.4", "php": ">=7.3",
"topthink/framework": "^6.1", "topthink/framework": "^6.1",
"topthink/think-filesystem": "^2.0", "topthink/think-filesystem": "^2.0",
"topthink/think-orm": "^2.0", "topthink/think-orm": "^2.0",