Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
e38d1bbe
Commit
e38d1bbe
authored
Aug 11, 2020
by
wujj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试store
parent
73d06da7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletion
+16
-1
pom.xml
pom.xml
+1
-1
application.yml
src/main/resources/application.yml
+3
-0
index.ftl
src/main/webapp/WEB-INF/manager/index.ftl
+12
-0
No files found.
pom.xml
View file @
e38d1bbe
...
...
@@ -99,7 +99,7 @@
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-upgrader
</artifactId>
<version>
1.0.1
7
</version>
<version>
1.0.1
8-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
com.github.stuxuhai
</groupId>
...
...
src/main/resources/application.yml
View file @
e38d1bbe
...
...
@@ -10,6 +10,9 @@ logging:
path
:
log
#会在项目的根目录下生成log目录,里面会生成对应的日期目录,日期目录下面生成日志压缩包备份文件,默认按每10M分割一个日志文件,例如:log/2020-01/app-2020-01-03-18.1.log.gz(表示2020年1月3号下午六点的第一个备份),也可以根据实际情况写绝对路径,例如:d:/log
ms
:
mstore
:
http
:
http://store.i.mingsoft.net
host
:
store.i.mingsoft.net
swagger
:
enable
:
true
#启用swagger文档,生产的时候务必关掉
manager
:
...
...
src/main/webapp/WEB-INF/manager/index.ftl
View file @
e38d1bbe
...
...
@@ -566,6 +566,18 @@
that
.
mstore
=
data
;
}
})
var
sub
=
{
modelUrl
:
'http://store.i.mingsoft.net/#/'
+
"?client=${client}"
,
modelTitle
:
'mstore'
,
isStore
:
true
,
modelModelId
:
'mstore'
,
}
this
.
editableTabs
.
push
(
sub
)
this
.
currentTab
=
sub
.
modelTitle
;
this
.
headMenuActive
=
sub
.
modelModelId
this
.
$nextTick
(
function
()
{
that
.
asideMenuActive
=
sub
.
modelId
;
})
},
})
...
...
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