Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayPc
Commits
e50ef16f
Commit
e50ef16f
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
b2f96ac6
master
…
ISV
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
axios.js
src/api/axios.js
+2
-2
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+1
-0
PaymentManagementHome.vue
...ponents/pages/PaymentManagement/PaymentManagementHome.vue
+2
-0
No files found.
src/api/axios.js
View file @
e50ef16f
import
axios
from
'axios'
import
qs
from
'qs'
// axios.defaults.baseURL = 'http://192.168.1.106:8300/v1/isv' // 本地荣
//
axios.defaults.baseURL = 'http://192.168.1.102:8300/v1/isv' // 本地钱
axios
.
defaults
.
baseURL
=
'http://139.196.213.18:8300/v1/isv'
// beta环境
axios
.
defaults
.
baseURL
=
'http://192.168.1.102:8300/v1/isv'
// 本地钱
//
axios.defaults.baseURL = 'http://139.196.213.18:8300/v1/isv' // beta环境
let
loadingInstance
// 创建Loading 的实例
axios
.
defaults
.
headers
[
'Authorization'
]
=
`Bearer
${
localStorage
.
getItem
(
'token'
)}
`
// 设置请求头为 Authorization
// 配置发送请求前的拦截器可以设置token信息
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
e50ef16f
...
...
@@ -343,6 +343,7 @@ export default {
this
.
form
.
resetFields
()
this
.
$message
.
success
(
res
.
data
.
data
.
message
)
this
.
spinning
=
!
this
.
spinning
this
.
queryAccountList
()
}
else
{
this
.
spinning
=
!
this
.
spinning
this
.
$message
.
error
(
res
.
data
.
message
)
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/PaymentManagementHome.vue
View file @
e50ef16f
...
...
@@ -37,10 +37,12 @@ export default {
},
created
()
{
this
.
defaultSelectedKeys
=
this
.
$route
.
name
this
.
chooseMenuList
=
this
.
$route
.
name
},
watch
:
{
$route
(
to
,
from
)
{
this
.
defaultSelectedKeys
=
to
.
name
this
.
chooseMenuList
=
to
.
name
}
},
methods
:
{
...
...
This diff is collapsed.
Click to expand it.
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