http->https

This commit is contained in:
“wanyongkang”
2024-03-19 15:51:33 +08:00
parent 47822e4c86
commit d64a7094ff
2 changed files with 3 additions and 3 deletions

View File

@@ -347,7 +347,7 @@ router.beforeEach((to, from, next) => {
if(userInfo != null){
$.ajax({
type: 'GET',
url: 'http://php-api.juip.com/api/Allow/urlCheck',
url: 'https://php-api.juip.com/api/Allow/urlCheck',
dataType: "json",
contentType: "application/json",
data: {'url':to.fullPath,'id':userInfo.Manager.ID},