
10年的加工制造經(jīng)驗,實力認證
高精尖的設備,專業(yè)的技術管理團隊
國際質(zhì)量認證,質(zhì)量保障
量身定做,契合保障
貼心服務,細致無憂
關于我們 本公司成立與2014年,坐落于沈陽市沈北新區(qū)太平洋工業(yè)城A51-2,占地面積2000平方米,公司總人數(shù)35人,注冊資金200萬元。于2016年通過ISO9001質(zhì)量體系認證。 本公司成立以來,一直致力于高精密機械零部件的加工制造業(yè)務,行業(yè)涉及自動化、機器人、航空、精密儀器及大中型醫(yī)療設備。 更多詳情+
use think\Db;
class Common extends Controller{
public function _initialize()
{
$lock = 'data/install.lock';
if(!is_file($lock)){
$this->redirect('/index.php?s=index/install/index');
}
redirecturl();
error_reporting(E_ERROR);
if (config('app_debug')) {
error_reporting(E_ALL);
}
$module = strtolower(request()->module());
$this->tpl_file = './template/'.config('sys.theme_style').'/'.$module.'/';
$area = '';
if (input('area')) {