main
kgdxpr 1 year ago
parent 6c4cee9e01
commit e4a2ad8d54

@ -93,7 +93,6 @@
code: [/^.{2,32}$/, '全局变量代码长度需要大于两位'] code: [/^.{2,32}$/, '全局变量代码长度需要大于两位']
}); });
form.on('submit(save)', function (data) { form.on('submit(save)', function (data) {
$.ajax({ $.ajax({
url: '/QingLong/global/addGlobal', url: '/QingLong/global/addGlobal',
@ -121,8 +120,7 @@
}); });
</script> </script>
<script>
</script>
</body> </body>
</html> </html>

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save