瀏覽代碼

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