Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e75396fa
authored
May 02, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
自营订单(temp)
parent
e58b0cf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
app/Http/routes.php
config/perm.php
app/Http/routes.php
View file @
e75396fa
...
...
@@ -59,6 +59,8 @@ Route::group(['middleware' => 'web'], function () {
Route
::
get
(
'/count'
,
'OrderCountController@count'
);
Route
::
get
(
'/amount'
,
'OrderCountController@amount'
);
Route
::
get
(
'/self_order'
,
'OrderCountController@selfOrder'
);
});
// 不需要登陆态
...
...
config/perm.php
View file @
e75396fa
...
...
@@ -6,6 +6,8 @@
'ERP订单'
=>
[
'erp_order_check'
],
'自营订单'
=>
[
'self_order_check'
],
'订单统计'
=>
[
'ordercount_check'
],
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment