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
7fe6d1b5
authored
Apr 20, 2020
by
e
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://gitlab.corp.qinqinxiaobao.com:9880/hrs_app_h5/bill
parents
f60e1732
1fe6ffb7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
.env.development
src/views/Bill/index.vue
.env.development
View file @
7fe6d1b5
VUE_APP_OIDC_CONFIG = '{ "authority": "http://106.120.107.150:5000", "client_id": "teamix-team-manager-web-pc", "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_OIDC_CONFIG = '{ "authority": "http://106.120.107.150:5000", "client_id": "teamix-team-manager-web-pc", "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_ORG_API_BASEURL = 'http://192.168.1.161:7771'
VUE_APP_API_BASEURL = 'http://10.10.10.44:8086/api/hrs/bill/account/206484/period'
#VUE_APP_ORG_API_BASEURL = 'http://10.10.11.31:63766'
VUE_APP_UPLOADAPI_BASEURL = 'http://192.168.1.161:8080'
VUE_APP_WORKSTATIONAPI_BASEURL = 'http://channel.jinsehuaqin.com:8090'
VUE_APP_USERAPI_BASEURL = 'http://192.168.1.161:8090'
VUE_APP_REDIRECT_HTTPS = false
VUE_APP_PUBLIC_DIR='/'
\ No newline at end of file
src/views/Bill/index.vue
View file @
7fe6d1b5
...
@@ -239,8 +239,8 @@ export default {
...
@@ -239,8 +239,8 @@ export default {
console
.
log
(
"+++++++"
);
console
.
log
(
"+++++++"
);
}
}
},
},
async
getData
()
{
getperiod
()
{
await
api
.
getData
(
1
,
1
,
"a"
).
then
(
res
=>
{
api
.
getData
(
1
,
1
,
"a"
).
then
(
res
=>
{
console
.
log
(
res
.
data
);
console
.
log
(
res
.
data
);
this
.
data
.
balance
=
res
.
data
.
balance
;
this
.
data
.
balance
=
res
.
data
.
balance
;
});
});
...
...
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