Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
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
b99d7e89
authored
Jun 03, 2026
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
bacd100a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
37 deletions
storage/framework/views/63397d1ebe145992083a1105367395dcd7ab2c7d.php
storage/framework/views/946347aaed783d5b9340dc21b99527c1d0f3bda0.php
storage/framework/views/d4d13e9bcdea7366e4952031431aae4b22f055c1.php
storage/framework/views/63397d1ebe145992083a1105367395dcd7ab2c7d.php
deleted
100644 → 0
View file @
bacd100a
<div
class=
"layui-side"
>
<div
class=
"layui-side-scroll"
>
<ul
class=
"layui-nav layui-nav-tree arrow2"
lay-filter=
"admin-side-nav"
lay-shrink=
"all"
>
<?php
if
(
!
empty
(
$menus
))
:
?>
<?php
foreach
(
$menus
as
$k
=>
$v
)
:
?>
<li
class=
"layui-nav-item"
>
<?php
if
(
!
empty
(
$v
[
'title'
]))
:
?>
<?php
if
(
!
empty
(
$v
[
'target'
]))
:
?>
<a
<?php
if
(
!
empty
(
$v
[
'href'
]))
:
?>
href=
"
<?php
echo
e
(
$v
[
'href'
]);
?>
"
target=
"_blank"
<?php
endif
;
?>
>
<i
class=
"layui-icon
<?php
echo
e
(
isset
(
$v
[
'class'
])
?
$v
[
'class'
]
:
''
);
?>
"
></i>
 
<cite>
<?php
echo
e
(
isset
(
$v
[
'title'
])
?
$v
[
'title'
]
:
''
);
?>
</cite>
</a>
<?php
else
:
?>
<a
<?php
if
(
!
empty
(
$v
[
'href'
]))
:
?>
lay-href=
"
<?php
echo
e
(
iframeUrl
(
$v
[
'href'
]));
?>
"
<?php
endif
;
?>
>
<i
class=
"layui-icon
<?php
echo
e
(
isset
(
$v
[
'class'
])
?
$v
[
'class'
]
:
''
);
?>
"
></i>
 
<cite>
<?php
echo
e
(
isset
(
$v
[
'title'
])
?
$v
[
'title'
]
:
''
);
?>
</cite>
</a>
<?php
endif
;
?>
<?php
endif
;
?>
<?php
echo
$__env
->
make
(
"layouts.menu"
,
array_except
(
get_defined_vars
(),
array
(
'__data'
,
'__path'
)))
->
render
();
?>
</li>
<?php
endforeach
;
?>
<?php
endif
;
?>
</ul>
</div>
</div>
storage/framework/views/946347aaed783d5b9340dc21b99527c1d0f3bda0.php
deleted
100644 → 0
View file @
bacd100a
<?php
if
(
!
empty
(
$v
[
'childs'
]))
:
?>
<dl
class=
"layui-nav-child"
>
<?php
foreach
(
$v
[
'childs'
]
as
$k
=>
$v
)
:
?>
<dd>
<a
class=
"layui-icon
<?php
echo
e
(
isset
(
$v
[
'class'
])
?
$v
[
'class'
]
:
''
);
?>
"
ew-title=
"
<?php
echo
e
(
$v
[
'title'
]);
?>
"
<?php
if
(
!
empty
(
$v
[
'href'
]))
:
?>
lay-href=
"
<?php
echo
e
(
iframeUrl
(
$v
[
'href'
]));
?>
"
<?php
endif
;
?>
>
<?php
echo
e
(
$v
[
'title'
]);
?>
<?php
if
(
$v
[
'title'
]
==
'供应商列表'
&&
!
empty
(
$skuExpiredCount
)
&&
$skuExpiredCount
>
0
)
:
?>
<span
class=
"layui-badge layui-bg-red"
style=
"margin-left: 5px;"
>
<?php
echo
e
(
$skuExpiredCount
>
99
?
'99+'
:
$skuExpiredCount
);
?>
</span>
<?php
endif
;
?>
</a>
<?php
/* <?php echo $__env->make("layouts.menu", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> */
?>
</dd>
<?php
endforeach
;
?>
</dl>
<?php
endif
;
?>
storage/framework/views/d4d13e9bcdea7366e4952031431aae4b22f055c1.php
deleted
100644 → 0
View file @
bacd100a
This diff is collapsed.
Click to expand it.
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