Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2bf8e984
authored
May 17, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'dev'
parents
f0657283
4944f069
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
.env.development
.env.staging
src/api/More/index.js
src/views/Bill/index.vue
.env.development
View file @
2bf8e984
VUE_APP_OIDC_CONFIG = '{ "authority": "http://106.120.107.150:5000", "client_id": "hrs-bill-web-mobile", "client_secret": "123456", "redirect_uri": "http://localhost:8080/callback.html", "response_type": "id_token token", "scope": "workapps.client api.workapps.user api.workapps.org api.workapps.open openid","post_logout_redirect_uri":"http://localhost:8080", "silent_redirect_uri": "http://localhost:8080/silent-renew-oidc.html", "automaticSilentRenew": true,"accessTokenExpiringNotificationTime":60,"filterProtocolClaims":true,"loadUserInfo":true }'
VUE_APP_API_BASEURL = 'http://organization.test.hrs100.cn:18080/
api/user/bill/
'
VUE_APP_API_BASEURL = 'http://organization.test.hrs100.cn:18080/'
VUE_APP_PUBLIC_DIR='/'
.env.staging
View file @
2bf8e984
VUE_APP_OIDC_CONFIG = '{ "authority": "http://106.120.107.150:5000", "client_id": "hrs-bill-web-mobile", "client_secret": "123456", "redirect_uri": "http://106.120.107.150:7773/callback.html", "response_type": "id_token token", "scope": "workapps.client api.workapps.user api.workapps.org api.workapps.open openid","post_logout_redirect_uri":"http://106.120.107.150:7773", "silent_redirect_uri": "http://106.120.107.150:7773/silent-renew-oidc.html", "automaticSilentRenew": true,"accessTokenExpiringNotificationTime":60,"filterProtocolClaims":true,"loadUserInfo":true }'
VUE_APP_API_BASEURL = 'http://organization.test.hrs100.cn:18080/
api/user/bill/
'
VUE_APP_API_BASEURL = 'http://organization.test.hrs100.cn:18080/'
VUE_APP_PUBLIC_DIR='/'
src/api/More/index.js
View file @
2bf8e984
...
...
@@ -14,7 +14,7 @@ export default {
return
AjaxRequest
.
get
(
url
);
},
async
getPayUrl
()
{
const
url
=
urls
=
getPayUrlUrl
();
const
url
=
urls
.
getPayUrlUrl
();
return
AjaxRequest
.
get
(
url
);
}
};
src/views/Bill/index.vue
View file @
2bf8e984
...
...
@@ -516,7 +516,7 @@ export default {
console
.
log
(
'this.payUrl='
,
this
.
payUrl
);
if
(
!
this
.
payUrl
)
{
this
.
payUrl
=
await
this
.
loadPayUrl
();
localStorage
.
setItem
(
"payUrl"
,
payUrl
);
localStorage
.
setItem
(
"payUrl"
,
this
.
payUrl
);
}
}
};
...
...
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