mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 01:01:52 +08:00
修改前端打包脚本配置
This commit is contained in:
parent
4f2a999abb
commit
80544e43af
@ -4,4 +4,4 @@ NODE_ENV = production
|
|||||||
ENV = 'staging'
|
ENV = 'staging'
|
||||||
|
|
||||||
# 芋道管理系统/测试环境
|
# 芋道管理系统/测试环境
|
||||||
VUE_APP_BASE_API = 'http://api.ruoyi-vue-pro.iocoder.cn/stage-api'
|
VUE_APP_BASE_API = 'http://api-dashboard.yudao.iocoder.cn'
|
||||||
|
@ -114,6 +114,8 @@ public class SecurityConfiguration extends WebSecurityConfigurerAdapter {
|
|||||||
@Override
|
@Override
|
||||||
protected void configure(HttpSecurity httpSecurity) throws Exception {
|
protected void configure(HttpSecurity httpSecurity) throws Exception {
|
||||||
httpSecurity
|
httpSecurity
|
||||||
|
// 开启跨域
|
||||||
|
.cors().and()
|
||||||
// CSRF 禁用,因为不使用 Session
|
// CSRF 禁用,因为不使用 Session
|
||||||
.csrf().disable()
|
.csrf().disable()
|
||||||
// 基于 token 机制,所以不需要 Session
|
// 基于 token 机制,所以不需要 Session
|
||||||
|
@ -3,7 +3,7 @@ spring:
|
|||||||
name: dashboard
|
name: dashboard
|
||||||
|
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
active: local
|
||||||
|
|
||||||
# Servlet 配置
|
# Servlet 配置
|
||||||
servlet:
|
servlet:
|
||||||
|
Loading…
Reference in New Issue
Block a user