Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Guten-PigxUI
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
JIRA
JIRA
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
黄卓然
Guten-PigxUI
Commits
fa73eccc
Commit
fa73eccc
authored
Nov 23, 2018
by
冷冷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
👽
Updating code due to external API changes.
parent
78ea4cef
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
9 deletions
+5
-9
thirdlogin.vue
src/page/login/thirdlogin.vue
+1
-1
index.vue
src/views/admin/activiti/index.vue
+1
-2
leave.vue
src/views/admin/activiti/leave.vue
+1
-2
process.vue
src/views/admin/activiti/process.vue
+1
-2
index.vue
src/views/admin/log/index.vue
+1
-2
No files found.
src/page/login/thirdlogin.vue
View file @
fa73eccc
...
...
@@ -35,7 +35,7 @@ export default {
url
=
'https://open.weixin.qq.com/connect/qrconnect?appid='
+
appid
+
'&redirect_uri='
+
redirect_uri
+
'&state=WX&response_type=code&scope=snsapi_login#wechat_redirect'
}
else
if
(
thirdpart
===
'tencent'
)
{
client_id
=
'101322838'
url
=
'https://graph.qq.com/oauth2.0/authorize?response_type=code&state=
'
+
appid
+
'
&client_id='
+
client_id
+
'&redirect_uri='
+
redirect_uri
url
=
'https://graph.qq.com/oauth2.0/authorize?response_type=code&state=
QQ
&client_id='
+
client_id
+
'&redirect_uri='
+
redirect_uri
}
openWindow
(
url
,
thirdpart
,
540
,
540
)
}
...
...
src/views/admin/activiti/index.vue
View file @
fa73eccc
...
...
@@ -74,8 +74,7 @@ export default {
getList
(
page
,
params
)
{
this
.
tableLoading
=
true
fetchList
(
Object
.
assign
({
orderByField
:
'create_time'
,
isAsc
:
false
,
descs
:
'create_time'
,
current
:
page
.
currentPage
,
size
:
page
.
pageSize
},
params
)).
then
(
response
=>
{
...
...
src/views/admin/activiti/leave.vue
View file @
fa73eccc
...
...
@@ -81,8 +81,7 @@
getList
(
page
,
params
)
{
this
.
tableLoading
=
true
fetchList
(
Object
.
assign
({
orderByField
:
'create_time'
,
isAsc
:
false
,
descs
:
'create_time'
,
current
:
page
.
currentPage
,
size
:
page
.
pageSize
},
params
)).
then
(
response
=>
{
...
...
src/views/admin/activiti/process.vue
View file @
fa73eccc
...
...
@@ -84,8 +84,7 @@ export default {
getList
(
page
,
params
)
{
this
.
tableLoading
=
true
fetchList
(
Object
.
assign
({
orderByField
:
'create_time'
,
isAsc
:
false
,
descs
:
'create_time'
,
current
:
page
.
currentPage
,
size
:
page
.
pageSize
},
params
)).
then
(
response
=>
{
...
...
src/views/admin/log/index.vue
View file @
fa73eccc
...
...
@@ -69,8 +69,7 @@ export default {
getList
(
page
,
params
)
{
this
.
tableLoading
=
true
fetchList
(
Object
.
assign
({
orderByField
:
'create_time'
,
isAsc
:
false
,
descs
:
'create_time'
,
current
:
page
.
currentPage
,
size
:
page
.
pageSize
},
params
)).
then
(
response
=>
{
...
...
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