Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ioc_sixiang_license
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zengtianlai3
ioc_sixiang_license
Commits
8951c836
Commit
8951c836
authored
Feb 02, 2023
by
ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂时去掉白名单,合并yx需打开
parent
390160e6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CorsConfig.java
.../src/main/java/iot/sixiang/license/config/CorsConfig.java
+2
-2
application.yml
license/src/main/resources/application.yml
+1
-1
No files found.
license/src/main/java/iot/sixiang/license/config/CorsConfig.java
View file @
8951c836
...
@@ -24,8 +24,8 @@ public class CorsConfig implements WebMvcConfigurer {
...
@@ -24,8 +24,8 @@ public class CorsConfig implements WebMvcConfigurer {
@Override
@Override
public
void
addCorsMappings
(
CorsRegistry
registry
)
{
public
void
addCorsMappings
(
CorsRegistry
registry
)
{
registry
.
addMapping
(
"/**"
)
registry
.
addMapping
(
"/**"
)
.
allowedOrigins
(
allowedOrigins
)
.
allowedOrigins
(
"*"
)
.
allowedMethods
(
allowedMethods
)
.
allowedMethods
(
"*"
)
.
allowCredentials
(
true
)
.
allowCredentials
(
true
)
.
maxAge
(
3600
)
.
maxAge
(
3600
)
.
allowedHeaders
(
"*"
);
.
allowedHeaders
(
"*"
);
...
...
license/src/main/resources/application.yml
View file @
8951c836
...
@@ -32,7 +32,7 @@ server:
...
@@ -32,7 +32,7 @@ server:
cros
:
cros
:
# 需要设置访问白名单
# 需要设置访问白名单
cros_allowed_origins
:
http://
web.license.srthinker.com, http://
192.168.1.88:8080, http://192.168.1.88:8081, http://localhost:8868, http://localhost:8080, http://192.168.1.155:8080
cros_allowed_origins
:
http://192.168.1.88:8080, http://192.168.1.88:8081, http://localhost:8868, http://localhost:8080, http://192.168.1.155:8080
cros_allowed_method
:
GET,POST
cros_allowed_method
:
GET,POST
other
:
other
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment