|
|
@@ -3,7 +3,7 @@ const path = require('path');
|
|
|
const isProduction = process.env.NODE_ENV === 'production';
|
|
|
|
|
|
//http和https切换请修改这里,修改后需要重新运行 npm run serve 即可 shish 2021.4.12
|
|
|
-const proxyTarget = 'http://api.pt.huaml.com';
|
|
|
+const proxyTarget = 'https://api.pt.huaml.com';
|
|
|
|
|
|
function resolve(dir) {
|
|
|
return path.join(__dirname, dir);
|