Skip to content

Commit 561ee1b

Browse files
committed
修正安装请求地址,后台地址由原来的/unaboot/install.html调整为/install.html
1 parent 44abead commit 561ee1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/templates/admin/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ <h2>网站&Admin账户信息</h2>
276276
var load = layer.load(2,{shade:[0.4,'#f0f0f0f0']});
277277
$.ajax({
278278
type:'POST',
279-
url:"${una}/unaboot/install.html",
279+
url:"${una}/install.html",
280280
data:data,
281281
success:function(){
282282
layer.close(load);

0 commit comments

Comments
 (0)