ソースを参照

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

OMEGA\lulufj.ho 2 週間 前
コミット
229da775dd
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2
    1
      app/Filament/Resources/NewsResource.php

+ 2
- 1
app/Filament/Resources/NewsResource.php ファイルの表示

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