摘要:
/* *公共变量 */ //主题id var top_Pid; /* *验证正则 */ var regPassword = /(?=.*\d)(?=.*[A-z])^[0-9A-z]{8,20}$/; //最少8为,数字和字母组合 /* *退出登录 */ function loginOut() { 阅读全文
摘要:
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <title>智慧管控平台-组织管理</title> <meta conten 阅读全文
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>园区大脑管理</title> <link href="../../static/plugins/bootstrap/css/bootstrap.min.css" 阅读全文
摘要:
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>区域列表</title> <link href="../../static/plugins/bootstrap/css/bootstrap.min.css" t 阅读全文