Commit b4219e02 authored by beisir's avatar beisir

fix: exportApi配置项导出

parent 5888eb06
......@@ -33,7 +33,7 @@ const preProdApi = {
opapiHost: 'https://opapi-pre.q-gp.com',
};
const exportApi = envAPi;
let exportApi = envAPi;
if (isPre) {
exportApi = preProdApi;
} else if (isProduction) {
......
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