Commit 2a9f3262 authored by 王苓芝's avatar 王苓芝

服务地址变更

parent fce12ac5
...@@ -2,13 +2,13 @@ const isProduction = process.env.NODE_ENV === 'production'; ...@@ -2,13 +2,13 @@ const isProduction = process.env.NODE_ENV === 'production';
let envAPi = { let envAPi = {
// api: '//backstms-vcc3.liangkebang.net', // api: '//backstms-vcc3.liangkebang.net',
api: '//backstms-vcc2.liangkebang.net', api: '//backstms-test2.liangkebang.net',
// kdspApi: '//yapi.quantgroups.com/mock/351', // kdspApi: '//yapi.quantgroups.com/mock/351',
// kdspApi: 'http://192.168.28.172:8042', // kdspApi: 'http://192.168.28.172:8042',
// kdspApi: 'https://kdsp-operation-vcc3.liangkebang.net', // kdspApi: 'https://kdsp-operation-vcc3.liangkebang.net',
kdspApi: 'https://kdsp-operation-vcc2.liangkebang.net', kdspApi: 'https://kdsp-operation-test2.liangkebang.net',
qiniuHost: 'https://appsync.lkbang.net', qiniuHost: 'https://appsync.lkbang.net',
opapiHost: 'https://opapi-vcc2.liangkebang.net', opapiHost: 'https://opapi-test2.liangkebang.net',
}; };
let prodApi = { let prodApi = {
......
...@@ -18,7 +18,6 @@ const Appeal = () => { ...@@ -18,7 +18,6 @@ const Appeal = () => {
const [imgTitle, changeImgTitle] = useState(''); const [imgTitle, changeImgTitle] = useState('');
const handleAudit = async row => { const handleAudit = async row => {
console.log('selected-row', row);
const data = await audit({ const data = await audit({
appealNo: row.appealNo, appealNo: row.appealNo,
appealResult: row.appealResult, appealResult: row.appealResult,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment