diff --git a/app/home/view/index/edit_password.html b/app/home/view/index/edit_password.html index 4b2f4ab..3c7dedc 100644 --- a/app/home/view/index/edit_password.html +++ b/app/home/view/index/edit_password.html @@ -43,7 +43,7 @@ //监听提交 form.on('submit(webform)', function (data) { $.ajax({ - url: "/home/api/edit_password", + url: "/home/index/edit_password", type: 'post', data: data.field, success: function (e) { diff --git a/composer.json b/composer.json index 7c53e60..5d88109 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=7.4", + "php": ">=7.3", "topthink/framework": "^6.1", "topthink/think-filesystem": "^2.0", "topthink/think-orm": "^2.0",