Просмотр исходного кода

260116 最新消息草稿預覽

OMEGA\lulufj.ho 2 недель назад
Родитель
Сommit
e7800d569a
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      app/Filament/Resources/NewsResource.php

+ 1
- 1
app/Filament/Resources/NewsResource.php Просмотреть файл

245
 
245
 
246
     public static function table(Table $table): Table
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://blockstudio.tw/yichiu/zh/news/" ;
249
         return $table
249
         return $table
250
             ->columns([
250
             ->columns([
251
                 //
251
                 //