mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 修改函数定义位置,使用变量定义路径
This commit is contained in:
parent
78e5218ac7
commit
5e25837337
@ -607,8 +607,7 @@
|
|||||||
<script src="__PLUGIN__/vue/vue.min.js"></script>
|
<script src="__PLUGIN__/vue/vue.min.js"></script>
|
||||||
<script src="__JS__/template.js"></script>
|
<script src="__JS__/template.js"></script>
|
||||||
<script>
|
<script>
|
||||||
function refresh( url ) {
|
function refresh(url) {
|
||||||
var $ = jQuery;
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "GET",
|
type: "GET",
|
||||||
url: url,
|
url: url,
|
||||||
@ -629,7 +628,6 @@
|
|||||||
$.alertMsg('请求失败!')
|
$.alertMsg('请求失败!')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user