|
@@ -2,7 +2,7 @@ const path = require('path');
|
|
|
|
|
|
|
|
const isProduction = process.env.NODE_ENV === 'production';
|
|
const isProduction = process.env.NODE_ENV === 'production';
|
|
|
|
|
|
|
|
-const proxyTarget = 'http://api.shop.hzghd.com';
|
|
|
|
|
|
|
+const proxyTarget = 'https://api.shop.hzghd.com';
|
|
|
|
|
|
|
|
function resolve(dir) {
|
|
function resolve(dir) {
|
|
|
return path.join(__dirname, dir);
|
|
return path.join(__dirname, dir);
|