Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
554f4d22
Commit
554f4d22
authored
May 14, 2019
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新代码生成模块
parent
df59bfd6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
guns-sys/src/main/webapp/pages/404.html
+3
-1
guns-sys/src/main/webapp/pages/modular/frame/welcome.html
+3
-1
guns-vip-gen/src/main/webapp/assets/gen/gen.js
+2
-1
No files found.
guns-sys/src/main/webapp/pages/404.html
View file @
554f4d22
...
...
@@ -15,7 +15,9 @@
<!-- 加载动画,移除位置在common.js中 -->
<div
class=
"page-loading"
>
<div
class=
"rubik-loader"
></div>
<div
class=
"ball-loader"
>
<span></span><span></span><span></span><span></span>
</div>
</div>
<!-- 正文开始 -->
...
...
guns-sys/src/main/webapp/pages/modular/frame/welcome.html
View file @
554f4d22
...
...
@@ -14,7 +14,9 @@
<!-- 加载动画,移除位置在common.js中 -->
<div
class=
"page-loading"
>
<div
class=
"rubik-loader"
></div>
<div
class=
"ball-loader"
>
<span></span><span></span><span></span><span></span>
</div>
</div>
<div
class=
"layui-card-body"
style=
"text-align: center;"
>
...
...
guns-vip-gen/src/main/webapp/assets/gen/gen.js
View file @
554f4d22
...
...
@@ -88,9 +88,10 @@ layui.use(['layer', 'ax', 'form', 'laydate', 'element', 'table'], function () {
var
proPackage
=
$
(
"#proPackage"
).
val
();
var
removePrefix
=
$
(
"#removePrefix"
).
val
();
var
dataSourceId
=
$
(
"#dataSourceId"
).
val
();
var
modularName
=
$
(
"#modularName"
).
val
();
window
.
location
.
href
=
Feng
.
ctxPath
+
"/execute?dataSourceId="
+
dataSourceId
+
"&author="
+
author
+
"&proPackage="
+
proPackage
+
"&removePrefix="
+
removePrefix
+
"&tables="
+
Code
.
tableNames
;
+
author
+
"&proPackage="
+
proPackage
+
"&removePrefix="
+
removePrefix
+
"&tables="
+
Code
.
tableNames
+
"&modularName="
+
modularName
;
});
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment