Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
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
83112cc0
authored
Aug 15, 2019
by
叶明星
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
zc
parent
591f9d28
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
.idea/workspace.xml
Application/Common/Controller/BaseController.class.php
.idea/workspace.xml
View file @
83112cc0
This diff is collapsed.
Click to expand it.
Application/Common/Controller/BaseController.class.php
View file @
83112cc0
...
@@ -14,16 +14,11 @@ class BaseController extends Controller
...
@@ -14,16 +14,11 @@ class BaseController extends Controller
$this
->
assign
(
$k
,
$v
[
'data'
]);
$this
->
assign
(
$k
,
$v
[
'data'
]);
}
}
$getInfo
=
I
();
$getInfo
=
I
(
''
);
// var_dump($getInfo);die;
// var_dump($getInfo);die;
$this
->
assign
(
'get_url_info'
,
$getInfo
);
$this
->
assign
(
'get_url_info'
,
$getInfo
);
}
}
public
function
__call
(
$method
,
$args
)
{
$this
->
redirect
(
'/login'
);
}
/**
/**
* 通过bcat_id获取CMS分类数据 --- 图片、文字等
* 通过bcat_id获取CMS分类数据 --- 图片、文字等
* @param [type] $tags [标签]
* @param [type] $tags [标签]
...
...
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