lizhen_gitee 1 年間 前
コミット
64bf2a8bf0
2 ファイル変更4 行追加4 行削除
  1. 2 2
      application/api/controller/Index.php
  2. 2 2
      application/extra/site.php

+ 2 - 2
application/api/controller/Index.php

@@ -56,8 +56,8 @@ class Index extends Api
             'contact_email'      => config('site.contact_email'),
             'index_middle_image' => localpath_to_netpath(config('site.index_middle_image')),
             'index_bottom_image' => localpath_to_netpath(config('site.index_bottom_image')),
-            'map_longitude' => '103.8014002',
-            'map_latitude'  => '1.2763445',
+            'map_longitude' => config('site.map_longitude'),
+            'map_latitude'  => config('site.map_latitude'),
         ];
 
         $this->success(1,$result);

+ 2 - 2
application/extra/site.php

@@ -12,7 +12,7 @@ return array (
     'backend' => 'zh-cn',
     'frontend' => 'zh-cn',
   ),
-  'fixedpage' => 'user/user',
+  'fixedpage' => 'dashboard',
   'categorytype' => 
   array (
     'default' => '默认',
@@ -55,7 +55,7 @@ return array (
   'iso_versioncode' => '1',
   'ios_pay_sandbox' => '0',
   'contact_mobile' => '+6588799689',
-  'contact_email' => 'mailto:enquiry@elindance.com.sg',
+  'contact_email' => 'enquiry@elindance.com.sg',
   'index_middle_image' => '/uploads/20231205/6aaf2860e60265e15066bb5700951630.png',
   'index_bottom_image' => '/uploads/20231205/974dd1f257c84e07317cbc13f9d69872.png',
   'public_store_address' => 'Link@896,896 Dunearn Road,Singapore',