链接全转https协议(同步更新)

This commit is contained in:
chuzhongzai
2023-07-19 18:19:23 +08:00
parent de77d812d0
commit 7126345398
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ function removeAllQueryTag(){
function handleTagSelect(data){
if('tag' in data){ //需要新建,不知道怎么处理回调,直接把axios搬到vue里面
axios.post("http://downloader.lionwebsite.xyz/GalleryManage/tag?" + qs.stringify({
axios.post("https://downloader.lionwebsite.xyz/GalleryManage/tag?" + qs.stringify({
tag:data.tag,
AuthCode: store.state.AuthCode
})