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