@extends('layout.manage') @section('css_page_level')
@endsection @section('page-content-wrapper')
@inject('setting','anlutro\LaravelSettings\Facade') {{ $setting::get('system_name','全方位建築智慧化管理系統') }}
{{ $setting::get('company_name','新保科技') }}
首頁
BA管理
標籤參數管理
API伺服器
設定API伺服器
重新向伺服器請求設定
修改偵測器參數資料
@foreach ($paras as $para)
參數{{$para->para_no}}
represent == 0) ? 'checked' : null }}> 無
represent == 1) ? 'checked' : null }}> 為標籤來源
represent == 2) ? 'checked' : null }}> 為數據來源
represent == 3) ? 'checked' : null }}> 為時間來源
@endforeach
設定API伺服器
伺服器URL
@endsection @section('plugins_page_level') @endsection @section('js_page_level') @endsection