mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 18:09:54 +08:00
优化ui接口地址的部署问题
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"start": "GENERATE_SOURCEMAP=false react-scripts start",
|
||||
"build": "GENERATE_SOURCEMAP=false react-scripts build",
|
||||
"build": "GENERATE_SOURCEMAP=false REACT_APP_ENV=development react-scripts build",
|
||||
"build:prod": "GENERATE_SOURCEMAP=false REACT_APP_ENV=production react-scripts build",
|
||||
"eject": "react-scripts eject"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
||||
Reference in New Issue
Block a user