Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
2a9f3262
Commit
2a9f3262
authored
Jun 11, 2021
by
王苓芝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务地址变更
parent
fce12ac5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
env.config.js
config/env.config.js
+3
-3
index.jsx
src/pages/afterSale/appeal/index.jsx
+0
-1
No files found.
config/env.config.js
View file @
2a9f3262
...
...
@@ -2,13 +2,13 @@ const isProduction = process.env.NODE_ENV === 'production';
let
envAPi
=
{
// api: '//backstms-vcc3.liangkebang.net',
api
:
'
//backstms-
vcc
2.liangkebang.net
'
,
api
:
'
//backstms-
test
2.liangkebang.net
'
,
// kdspApi: '//yapi.quantgroups.com/mock/351',
// kdspApi: 'http://192.168.28.172:8042',
// kdspApi: 'https://kdsp-operation-vcc3.liangkebang.net',
kdspApi
:
'
https://kdsp-operation-
vcc
2.liangkebang.net
'
,
kdspApi
:
'
https://kdsp-operation-
test
2.liangkebang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
opapiHost
:
'
https://opapi-
vcc
2.liangkebang.net
'
,
opapiHost
:
'
https://opapi-
test
2.liangkebang.net
'
,
};
let
prodApi
=
{
...
...
src/pages/afterSale/appeal/index.jsx
View file @
2a9f3262
...
...
@@ -18,7 +18,6 @@ const Appeal = () => {
const
[
imgTitle
,
changeImgTitle
]
=
useState
(
''
);
const
handleAudit
=
async
row
=>
{
console
.
log
(
'
selected-row
'
,
row
);
const
data
=
await
audit
({
appealNo
:
row
.
appealNo
,
appealResult
:
row
.
appealResult
,
...
...
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