|
@@ -41,14 +41,14 @@ module.exports = {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
// http://mk.wmjh.cn
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- target: `http://gcls.helxsoft.cn`,
|
|
|
+ target: `https://gcls.helxsoft.cn`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
|
}
|
|
|
},
|
|
|
[process.env.VUE_APP_PDF_API]: {
|
|
|
- target: `http://gcls.helxsoft.cn`,
|
|
|
+ target: `https://gcls.helxsoft.cn`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_PDF_API]: '/'
|