Commit 6aedbe67 authored by “yiyousong”'s avatar “yiyousong”
parents 5ab5e60b 096cb055
#生产环境
NODE_ENV = "production"
VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_portal_URL=/portal_home
\ No newline at end of file
#测试环境
NODE_ENV = "production"
VUE_APP_API_BASE_URL=http://192.168.2.144:11078
\ No newline at end of file
# 生产环境配置 # 生产环境配置
NODE_ENV = production NODE_ENV = production
VUE_APP_API_BASE_URL='' VUE_APP_API_BASE_URL=/portal_home
#宜宾环境 #宜宾环境
NODE_ENV = "production" NODE_ENV = "production"
VUE_APP_API_BASE_URL=http://192.168.2.144:11078 VUE_APP_API_BASE_URL=http://192.168.3.24:11078
\ No newline at end of file \ No newline at end of file
...@@ -11,7 +11,7 @@ import javax.servlet.http.HttpServletResponse; ...@@ -11,7 +11,7 @@ import javax.servlet.http.HttpServletResponse;
* @date: 2022/6/6 15:05 * @date: 2022/6/6 15:05
* @description:添加跨域响应 * @description:添加跨域响应
**/ **/
//@Component @Component
public class CrossInterceptor extends HandlerInterceptorAdapter { public class CrossInterceptor extends HandlerInterceptorAdapter {
@Override @Override
......
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