Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-easy-ui
Project
Project
Details
Activity
Releases
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
easyUI
hls-easy-ui
Commits
159c106c
Commit
159c106c
authored
May 13, 2019
by
Nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item
parent
dd674869
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
5 deletions
+11
-5
dev.env.js
config/dev.env.js
+3
-0
prod.env.js
config/prod.env.js
+3
-0
uat.env.js
config/uat.env.js
+3
-0
Item.vue
packages/components/ListItem/Item.vue
+2
-5
No files found.
config/dev.env.js
View file @
159c106c
...
...
@@ -12,5 +12,8 @@ module.exports = merge(prodEnv, {
loginPath
:
'"http://hlsapp.hand-china.com/core/oauth/token?client_id=hQGCtxTItRa34PUOgxaD0r7oSPeuEaIB&client_secret=7ee8338c-4a06-44a1-87cc-afa63f8e1bc3&grant_type=password&username=app&password=" '
,
basePath
:
'"http://hlsapp.hand-china.com/core/r/api?sysName=HLS_APP&apiName="'
,
rootPath
:
'"http://hlsapp.hand-china.com/core/r/api"'
,
riskPath
:
'"http://hlsapp.hand-china.com/core/r/api/app/riskQuery?sysName=HLS_RISK&apiName="'
,
riskKey
:
'"pIGBbSRyThA4Xg"'
,
pushKey
:
'"45ace0e521f01edb2f1c753a"'
,
file_url
:
'"http://hlsapp.hand-china.com/file/"'
,
});
config/prod.env.js
View file @
159c106c
...
...
@@ -9,5 +9,8 @@ module.exports = {
loginPath
:
'"http://hlsapp.hand-china.com/core/oauth/token?client_id=hQGCtxTItRa34PUOgxaD0r7oSPeuEaIB&client_secret=7ee8338c-4a06-44a1-87cc-afa63f8e1bc3&grant_type=password&username=app&password=" '
,
basePath
:
'"http://hlsapp.hand-china.com/core/r/api?sysName=HLS_APP&apiName="'
,
rootPath
:
'"http://hlsapp.hand-china.com/core/r/api"'
,
riskPath
:
'"http://hlsapp.hand-china.com/core/r/api/app/riskQuery?sysName=HLS_RISK&apiName="'
,
riskKey
:
'"pIGBbSRyThA4Xg"'
,
pushKey
:
'"45ace0e521f01edb2f1c753a"'
,
file_url
:
'"http://hlsapp.hand-china.com/file/"'
,
}
config/uat.env.js
View file @
159c106c
...
...
@@ -9,5 +9,8 @@ module.exports = {
loginPath
:
'"http://hlsapp.hand-china.com/core/oauth/token?client_id=hQGCtxTItRa34PUOgxaD0r7oSPeuEaIB&client_secret=7ee8338c-4a06-44a1-87cc-afa63f8e1bc3&grant_type=password&username=app&password=" '
,
basePath
:
'"http://hlsapp.hand-china.com/core/r/api?sysName=HLS_APP&apiName="'
,
rootPath
:
'"http://hlsapp.hand-china.com/core/r/api"'
,
riskPath
:
'"http://hlsapp.hand-china.com/core/r/api/app/riskQuery?sysName=HLS_RISK&apiName="'
,
riskKey
:
'"pIGBbSRyThA4Xg"'
,
pushKey
:
'"45ace0e521f01edb2f1c753a"'
,
file_url
:
'"http://hlsapp.hand-china.com/file/"'
,
}
packages/components/ListItem/Item.vue
View file @
159c106c
...
...
@@ -93,11 +93,8 @@ export default {
},
start
(
e
)
{
if
(
e
.
target
.
readOnly
)
return
if
(
e
.
target
.
nodeName
===
'INPUT'
||
e
.
target
.
nodeName
===
'TEXTAREA'
||
e
.
target
.
nodeName
===
'BUTTON'
)
{
e
.
target
.
focus
()
}
else
{
this
.
showActivated
=
'activated'
}
if
(
e
.
target
.
nodeName
===
'INPUT'
||
e
.
target
.
nodeName
===
'TEXTAREA'
||
e
.
target
.
nodeName
===
'BUTTON'
)
return
this
.
showActivated
=
'activated'
},
end
(
e
)
{
// TODO: android4上貌似触发touchmove事件之后不会再触发touchend事件,暂未对该情况做兼容处理
...
...
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