panle ceklilis

This commit is contained in:
burakovec
2025-07-16 08:46:10 +03:00
parent 29a2448fb6
commit 7349f1b5fa
5 changed files with 13 additions and 8 deletions

View File

@ -6,7 +6,7 @@ let connectionId = "";
export const connectToHub = async () => {
connection = new signalR.HubConnectionBuilder()
.withUrl("https://mpiapi.beyaz.net/uploadHub", {
.withUrl("https://panel.cekilisevi.gov.tr:5001/uploadHub", {
withCredentials: false // Bu zorunlu, yoksa cookie vs gönderilmez
}) // backend adresine göre düzenle
.withAutomaticReconnect()

View File

@ -1,4 +1,4 @@
import PopupYonetimi from "../views/PopupYonetimi.vue";
import PopupYonetimi from '../views/PopupYonetimi.vue';
export default {
path: '/site-yonetimi/popup-yonetimi/:popupId',

View File

@ -27,6 +27,9 @@
<form-input
v-model='panelPopup.baslik'
label='Başlık' />
<form-input
v-model='panelPopup.url'
label='Url' />
<form-file
v-model='panelPopup.resimUrl'
label='Resim Url'
@ -85,8 +88,11 @@
},
{
name: 'resimUrl',
title: 'Resim Url',
sort: true
title: 'Resim Url'
},
{
name: 'url',
title: 'Url'
},
{
name: 'durum',
@ -113,6 +119,7 @@
panelPopup.value = {
baslik: '',
resimUrl: '',
url:'',
durum: false
}
panel.value = true