Commit 3bc871a9 authored by 刘怀志's avatar 刘怀志

加密

parent 07f22a01
# 滨海交通-出行管理平台-公众端
node版本降为14.21.3
下载项目的时候run install时,node-sass下载失败后来我在项目根目录下添加了一个.npmrc
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/
......
......@@ -61,14 +61,14 @@ module.exports = {
}
},
[process.env.VUE_APP_JUDGE_API]: {
target: 'http://10.10.10.148:8082',
target: 'http://localhost:8080',
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_JUDGE_API]: ''
}
},
[process.env.VUE_APP_BASE_API]: {
target: 'http://10.10.10.148:8082',
target: 'http://localhost:8080',
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''
......
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