1
This commit is contained in:
parent
94451168b2
commit
400dc08f29
@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace app\store\controller\food;
|
namespace app\store\controller\food;
|
||||||
|
|
||||||
use app\store\model\Setting as SettingModel;
|
use app\store\model\Setting as SettingModel;
|
||||||
@ -108,7 +109,7 @@ class Controller extends \app\BaseController
|
|||||||
'app_type' => $this->app_type, //小程序类型
|
'app_type' => $this->app_type, //小程序类型
|
||||||
'applet_id' => $this->applet_id, //小程序ID
|
'applet_id' => $this->applet_id, //小程序ID
|
||||||
'logout' => 'applet', //退出登录方式 applet=小程序退出 logout=其他管理端退出
|
'logout' => 'applet', //退出登录方式 applet=小程序退出 logout=其他管理端退出
|
||||||
'app_name' => '河马点单',//后台管理菜单名称
|
'app_name' => '点单',//后台管理菜单名称
|
||||||
'version' => $info['version']
|
'version' => $info['version']
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user