31 lines
947 B
PHP
31 lines
947 B
PHP
<?php
|
|
const admin_top = [
|
|
"login_url" =>"/admin",
|
|
"root"=> "root",
|
|
"mg_index"=>".navbar.navbar-left li:nth-child(1)",//管理首页
|
|
"mg_order"=>".navbar.navbar-left li:nth-child(2)",//管理首页
|
|
"mg_product"=>".navbar.navbar-left li:nth-child(3)",//管理首页
|
|
"mg_customers"=>".navbar.navbar-left li:nth-child(4)",//管理首页
|
|
"mg_article"=>".navbar.navbar-left li:nth-child(5)",//管理首页
|
|
"system_set"=>".navbar.navbar-left li:nth-child(6)",//管理首页
|
|
'go_catalog'=>'访问前台',
|
|
"sign_out"=> "退出登录",
|
|
// "mg_order"=> "订单管理",
|
|
// "mg_product"=>"商品管理",
|
|
// "mg_customers"=>"客户管理",
|
|
"VIP"=>"VIP",
|
|
"plugins_market"=>"插件市场",
|
|
"sw_language"=>"简体中文",
|
|
"en_language"=>"English",
|
|
];
|
|
const admin_assert = [
|
|
"vip_assert"=>"登录购买VIP服务",
|
|
"plugins_assert"=>"/admin/marketing",
|
|
"en_assert"=>"Admin Panel",
|
|
];
|
|
|
|
|
|
|
|
|
|
|