Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
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
jeecg-boot
Commits
4570a21a
Commit
4570a21a
authored
Sep 14, 2020
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决2.3 [bug]online表单开发的权限控制使用报错#1733 \ IE11兼容问题
parent
bb723415
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
16 deletions
+13
-16
ant-design-vue-jeecg/src/views/user/Login.vue
+1
-1
ant-design-vue-jeecg/vue.config.js
+11
-14
jeecg-boot/jeecg-boot-base-common/pom.xml
+1
-1
No files found.
ant-design-vue-jeecg/src/views/user/Login.vue
View file @
4570a21a
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
size=
"large"
size=
"large"
v-decorator=
"['username',validatorRules.username,
{ validator: this.handleUsernameOrEmail }]"
v-decorator=
"['username',validatorRules.username,
{ validator: this.handleUsernameOrEmail }]"
type="text"
type="text"
placeholder="请输入帐户名 /
jeecg
">
placeholder="请输入帐户名 /
admin
">
<a-icon
slot=
"prefix"
type=
"user"
:style=
"
{ color: 'rgba(0,0,0,.25)' }"/>
<a-icon
slot=
"prefix"
type=
"user"
:style=
"
{ color: 'rgba(0,0,0,.25)' }"/>
</a-input>
</a-input>
</a-form-item>
</a-form-item>
...
...
ant-design-vue-jeecg/vue.config.js
View file @
4570a21a
...
@@ -58,20 +58,17 @@ module.exports = {
...
@@ -58,20 +58,17 @@ module.exports = {
.
loader
(
'file-loader'
)
.
loader
(
'file-loader'
)
.
end
()
.
end
()
// 编译某些npm包里的es6代码
// 编译某些npm包里的es6代码
// TODO 导致online js lib启动报错
config
.
module
// config.module
.
rule
(
'vxe'
)
// // .rule('vxe')
.
test
(
/
\.
js$/
)
// // .test(/\.js$/)
.
include
// // .use()
.
add
(
resolve
(
'node_modules/vxe-table'
))
// // .loader('babel-loader')
.
add
(
resolve
(
'node_modules/vxe-table-plugin-antd'
))
// // .options({
.
end
()
// // include: [
.
use
()
// // resolve('node_modules/vxe-table'),
.
loader
(
'babel-loader'
)
// // resolve('node_modules/vxe-table-plugin-antd'),
.
end
()
// // ]
// // })
// // .end()
},
},
...
...
jeecg-boot/jeecg-boot-base-common/pom.xml
View file @
4570a21a
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
<dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<groupId>
org.hibernate
</groupId>
<artifactId>
hibernate-re
</artifactId>
<artifactId>
hibernate-re
</artifactId>
<version>
2.3.0
</version>
<version>
2.3.0
1
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.hibernate
</groupId>
<groupId>
org.hibernate
</groupId>
...
...
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