摘要: create table sys_menu ( id int identity, sys_pid int null, sys_menuname varchar(50) null, sys_menuurl varchar(100) null, sys_state int null, createtim 阅读全文
posted @ 2020-06-01 22:03 .net&new 阅读(360) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-06-01 22:00 .net&new 阅读(404) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Text;using LayUIMvcTest.Models;name 阅读全文
posted @ 2020-06-01 21:59 .net&new 阅读(616) 评论(0) 推荐(0)
摘要: <div class="left-nav"> <div id="side-nav"> <ul id="nav"> </ul> </div></div><script src="~/Scripts/jquery-1.8.2.js"></script><script type="text/javascr 阅读全文
posted @ 2020-06-01 21:58 .net&new 阅读(421) 评论(0) 推荐(0)
摘要: @{ ViewBag.Title = "Index";}@{ Layout = null;} <!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>后台管理</title> <meta name="renderer" 阅读全文
posted @ 2020-06-01 21:57 .net&new 阅读(645) 评论(0) 推荐(0)