Quellcode durchsuchen

260117 最新消息草稿預覽 依環境調整跳轉URL

OMEGA\lulufj.ho vor 2 Wochen
Ursprung
Commit
229da775dd
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      app/Filament/Resources/NewsResource.php

+ 2
- 1
app/Filament/Resources/NewsResource.php Datei anzeigen

@@ -245,7 +245,8 @@ class NewsResource extends Resource
245 245
 
246 246
     public static function table(Table $table): Table
247 247
     {
248
-        $url = env('APP_URL')=="https://webdev.yico.tw:8088/" ? "https://demo.blockstudio.tw/yichiu/zh/news/" : "https://blockstudio.tw/yichiu/zh/news/" ;
248
+        $url = env('APP_URL')=="https://webdev.yico.tw:8088/" ? "https://demo.blockstudio.tw/yichiu/zh/news/" : "https://www.yico.tw/" ;
249
+        
249 250
         return $table
250 251
             ->columns([
251 252
                 //