Commit 096cb055 authored by 赵啸非's avatar 赵啸非

修改基础数据

parent 4a0e75fe
#生产环境
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
VUE_APP_API_BASE_URL=''
VUE_APP_API_BASE_URL=/portal_home
#宜宾环境
NODE_ENV = "production"
VUE_APP_API_BASE_URL=http://192.168.2.144:11078
\ No newline at end of file
VUE_APP_API_BASE_URL=http://192.168.3.24:11078
\ No newline at end of file
......@@ -11,7 +11,7 @@ import javax.servlet.http.HttpServletResponse;
* @date: 2022/6/6 15:05
* @description:添加跨域响应
**/
//@Component
@Component
public class CrossInterceptor extends HandlerInterceptorAdapter {
@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