修改密码连接请求错误bug
This commit is contained in:
parent
257cd58224
commit
df63d78b0f
@ -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) {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user