提交 044e76bf 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 a3946f67
{ {
"index": { "index": {
"title": "", "title": "ibizlab-uaa",
"caption": "统一认证授权系统", "caption": "ibizlab-uaa",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "uaa", "viewmodule": "uaa",
"viewname": "Index", "viewname": "Index",
......
.app-file-upload{ .app-file-upload{
.upload-col{ .upload-col{
text-align: center;
.button-preview{ .button-preview{
padding: 8px 15px 8.5px 15px; padding: 8px 15px 8.5px 15px;
.ivu-badge{ .ivu-badge{
......
...@@ -51,8 +51,8 @@ export default { ...@@ -51,8 +51,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
index: { index: {
caption: '统一认证授权系统', caption: 'ibizlab-uaa',
title: '统一认证授权系统', title: 'ibizlab-uaa',
}, },
}, },
utilview:{ utilview:{
......
...@@ -51,8 +51,8 @@ export default { ...@@ -51,8 +51,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
index: { index: {
caption: '统一认证授权系统', caption: 'ibizlab-uaa',
title: '统一认证授权系统', title: 'ibizlab-uaa',
}, },
}, },
utilview:{ utilview:{
......
...@@ -8,8 +8,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -8,8 +8,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
let status = MockAdapter.mockStatus(config); let status = MockAdapter.mockStatus(config);
return [status,{ return [status,{
"index": { "index": {
"title": "", "title": "ibizlab-uaa",
"caption": "统一认证授权系统", "caption": "ibizlab-uaa",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "uaa", "viewmodule": "uaa",
"viewname": "Index", "viewname": "Index",
......
...@@ -31,7 +31,7 @@ module.exports = { ...@@ -31,7 +31,7 @@ module.exports = {
filename: 'index.html', filename: 'index.html',
// 当使用 title 选项时, // 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title> // template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title: '', title: 'ibizlab-uaa',
// 在这个页面中包含的块,默认情况下会包含 // 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。 // 提取出来的通用 chunk 和 vendor chunk。
// chunks: ['chunk-vendors', 'chunk-common', 'index'] // chunks: ['chunk-vendors', 'chunk-common', 'index']
......
...@@ -104,11 +104,11 @@ ...@@ -104,11 +104,11 @@
<version>0.4.13</version> <version>0.4.13</version>
<configuration> <configuration>
<imageName>${docker.image.prefix}/${project.artifactId}:latest</imageName> <imageName>${docker.image.prefix}/${project.artifactId}:latest</imageName>
<dockerDirectory>${project.build.directory}/src/main/docker</dockerDirectory> <dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
<resources> <resources>
<resource> <resource>
<targetPath>/</targetPath> <targetPath>/</targetPath>
<directory>${project.build.directory}</directory> <directory>../../</directory>
<include>${project.artifactId}.jar</include> <include>${project.artifactId}.jar</include>
</resource> </resource>
</resources> </resources>
......
...@@ -179,7 +179,7 @@ public class SYS_USER_ROLEServiceImpl extends ServiceImpl<SYS_USER_ROLEMapper, S ...@@ -179,7 +179,7 @@ public class SYS_USER_ROLEServiceImpl extends ServiceImpl<SYS_USER_ROLEMapper, S
@Override @Override
public void removeByUserid(String userid) { public void removeByUserid(String userid) {
this.remove(new QueryWrapper<SYS_USER_ROLE>().eq("userid",userid)); this.remove(new QueryWrapper<SYS_USER_ROLE>().eq("sys_userid",userid));
} }
@Override @Override
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册