From df63d78b0f628dce42a19104c09737692604832b Mon Sep 17 00:00:00 2001 From: hdm Date: Tue, 28 Feb 2023 09:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=E8=AF=B7=E6=B1=82=E9=94=99=E8=AF=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/index/edit_password.html | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",