Sfoglia il codice sorgente

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

OMEGA\lulufj.ho 2 settimane fa
parent
commit
229da775dd
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      app/Filament/Resources/NewsResource.php

+ 2
- 1
app/Filament/Resources/NewsResource.php Vedi File

@@ -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
                 //