Commit 8a772fa8 by fengshuonan

更新sql和代码生成的js

parent 4c8a1aa1
...@@ -8,7 +8,7 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () { ...@@ -8,7 +8,7 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () {
var table = layui.table; var table = layui.table;
$('#code_gen').click(function () { $('#code_gen').click(function () {
window.location.href = Feng.ctxPath + "/"; window.location.href = Feng.ctxPath + "/gen";
}); });
$('#db_config').click(function () { $('#db_config').click(function () {
......
...@@ -8,7 +8,7 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () { ...@@ -8,7 +8,7 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () {
var table = layui.table; var table = layui.table;
$('#code_gen').click(function () { $('#code_gen').click(function () {
window.location.href = Feng.ctxPath + "/"; window.location.href = Feng.ctxPath + "/gen";
}); });
$('#db_config').click(function () { $('#db_config').click(function () {
......
...@@ -14,7 +14,7 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () { ...@@ -14,7 +14,7 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () {
}; };
$('#code_gen').click(function () { $('#code_gen').click(function () {
window.location.href = Feng.ctxPath + "/"; window.location.href = Feng.ctxPath + "/gen";
}); });
$('#db_config').click(function () { $('#db_config').click(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment