From f71349e211e274904bbd883c9ac119acc3f12368 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Mar 2026 11:41:12 +0800
Subject: [PATCH] 修改名称
---
src/views/license/licenseInfo/components/licenseModForm.vue | 4 ++--
config/index.js | 2 +-
src/views/layout/Layout.vue | 2 +-
src/views/layout/components/Institute.vue | 2 +-
src/views/login/index.vue | 6 +++---
index.html | 2 +-
src/views/license/licenseInfo/index.vue | 20 ++++++++++----------
src/views/license/licenseInfo/index1.vue | 8 ++++----
src/views/license/licenseInfo/components/licenseInfoForm.vue | 4 ++--
src/views/purchase/cityESS.vue | 4 ++--
src/views/system/components/default.js | 2 +-
11 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/config/index.js b/config/index.js
index 090191f..117d80e 100644
--- a/config/index.js
+++ b/config/index.js
@@ -15,7 +15,7 @@
// can be overwritten by process.env.HOST
// if you want dev by ip, please set host: '0.0.0.0'
- host: '192.168.2.167',
+ host: '192.168.2.168',
port: 8100, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: true,
errorOverlay: true,
diff --git a/index.html b/index.html
index 044ce45..397610d 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <title>新疆维吾尔自治区烟花爆竹流向管理信息实名登记系统</title>
+ <title>盐城市烟花爆竹流向管理信息实名登记系统</title>
</head>
<body>
<script src=<%= BASE_URL %>/tinymce4.7.5/tinymce.min.js></script>
diff --git a/src/views/layout/Layout.vue b/src/views/layout/Layout.vue
index e2f1ad4..81b98bb 100644
--- a/src/views/layout/Layout.vue
+++ b/src/views/layout/Layout.vue
@@ -55,7 +55,7 @@
return {
path: null,
WarningInfo: null,
- titleName: '新疆维吾尔自治区烟花爆竹流向管理信息实名登记系统',
+ titleName: '盐城市烟花爆竹流向管理信息实名登记系统',
editableTabsValue: '/enterprise/basic',
editableTabs: []
}
diff --git a/src/views/layout/components/Institute.vue b/src/views/layout/components/Institute.vue
index ecd9f4c..c5175de 100644
--- a/src/views/layout/components/Institute.vue
+++ b/src/views/layout/components/Institute.vue
@@ -1,7 +1,7 @@
<template>
<div class="app-breadcrumb">
<img :src="avatorPath">
- <h1> 新疆维吾尔自治区烟花爆竹流向管理信息实名登记系统</h1>
+ <h1> 盐城市烟花爆竹流向管理信息实名登记系统</h1>
</div>
<!-- <el-breadcrumb class="app-breadcrumb" separator="/">
<transition-group name="breadcrumb">
diff --git a/src/views/license/licenseInfo/components/licenseInfoForm.vue b/src/views/license/licenseInfo/components/licenseInfoForm.vue
index 9bc6364..f019420 100644
--- a/src/views/license/licenseInfo/components/licenseInfoForm.vue
+++ b/src/views/license/licenseInfo/components/licenseInfoForm.vue
@@ -1075,9 +1075,9 @@
}])
this.dataForm.licenseStorage = JSON.stringify([])
}
- let fullAddress = (this.dataForm.province === '新疆维吾尔自治区' ? '新疆' : this.dataForm.province)
+ let fullAddress = (this.dataForm.province === '盐城市' ? '新疆' : this.dataForm.province)
+ this.dataForm.city + this.dataForm.district + this.dataForm.address;
- let fullStorageAddress = (this.dataForm.storageprovince === '新疆维吾尔自治区' ? '新疆' : this.dataForm.storageprovince)
+ let fullStorageAddress = (this.dataForm.storageprovince === '盐城市' ? '新疆' : this.dataForm.storageprovince)
+ this.dataForm.storagecity + this.dataForm.storagedistrict + this.dataForm.storageaddress;
if (this.getByteLen(fullAddress) > 390 || this.getByteLen(fullStorageAddress) > 390) {
parseError({error: '注册地址或仓储地址的省市区详细地址总和不能超过200个字,请删减', vm: this})
diff --git a/src/views/license/licenseInfo/components/licenseModForm.vue b/src/views/license/licenseInfo/components/licenseModForm.vue
index e4a63a5..43ffd06 100644
--- a/src/views/license/licenseInfo/components/licenseModForm.vue
+++ b/src/views/license/licenseInfo/components/licenseModForm.vue
@@ -922,9 +922,9 @@
this.dataForm.dealingrange = JSON.stringify([{checked1:this.checked1,checkMore1:this.checkMore1},{checked2:this.checked2,checkMore2:this.checkMore2},{checked3:this.checked3,checkMore3:this.checkMore3},{checked4:this.checked4,checkMore4:this.checkMore4},{checked5:this.checked5,checkMore5:this.checkMore5},{checked6:this.checked6,checkMore6:this.checkMore6},{checked7:this.checked7,checkMore7:this.checkMore7}])
this.dataForm.licenseStorage = JSON.stringify([])
}
- let fullAddress = (this.dataForm.province ==='新疆维吾尔自治区'? '新疆': this.dataForm.province)
+ let fullAddress = (this.dataForm.province ==='盐城市'? '新疆': this.dataForm.province)
+ this.dataForm.city + this.dataForm.district + this.dataForm.address;
- let fullStorageAddress = (this.dataForm.storageprovince ==='新疆维吾尔自治区'? '新疆': this.dataForm.storageprovince)
+ let fullStorageAddress = (this.dataForm.storageprovince ==='盐城市'? '新疆': this.dataForm.storageprovince)
+ this.dataForm.storagecity + this.dataForm.storagedistrict + this.dataForm.storageaddress;
if (this.dealingtypeList.filter(item => item.id === this.dataForm.dealingtype).length !== 1) {
diff --git a/src/views/license/licenseInfo/index.vue b/src/views/license/licenseInfo/index.vue
index d445835..49acbb7 100644
--- a/src/views/license/licenseInfo/index.vue
+++ b/src/views/license/licenseInfo/index.vue
@@ -210,7 +210,7 @@
</el-col>
<el-col :span="11" style="font-size: 27px">
<span
- v-if="type === 2">{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ v-if="type === 2">{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
<span v-if="type === 3 || type === 4">{{mainpersonname}}</span>
</el-col>
<el-col :span="3" style="font-size: 27px;font-weight: bold">
@@ -232,9 +232,9 @@
</el-col>
<el-col :span="11" style="font-size: 27px">
<span
- v-if="type === 2">{{storageprovince === "新疆维吾尔自治区"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span>
+ v-if="type === 2">{{storageprovince === "盐城市"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span>
<span
- v-if="type === 3 || type === 4">{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ v-if="type === 3 || type === 4">{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
</el-col>
<el-col :span="3" style="font-size: 27px;font-weight: bold">
<span v-if="type === 2">库房面积</span>
@@ -347,7 +347,7 @@
</el-col>
<el-col :span="18">
<span
- v-if="type === 2">{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ v-if="type === 2">{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
<span v-if="type === 3">{{mainpersonname}}</span>
</el-col>
</el-row>
@@ -359,9 +359,9 @@
</el-col>
<el-col :span="18">
<span
- v-if="type === 2">{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{storagedistrict}}{{storageaddress}}</span>
+ v-if="type === 2">{{province === "盐城市"? "新疆":province}}{{city}}{{storagedistrict}}{{storageaddress}}</span>
<span
- v-if="type === 3">{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ v-if="type === 3">{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
</el-col>
</el-row>
<el-row style="height: 60px;margin-top: 4px">
@@ -508,7 +508,7 @@
</el-row>
<el-row style="height:80px;margin-left:470px;">
<el-col :span="13" style="font-size: 22px;height: 90px;padding-right: 200px;">
- <span>{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ <span>{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
</el-col>
<!--<el-col :span="8" style="font-size: 27px">
<span>{{area}}㎡</span>
@@ -532,7 +532,7 @@
<span>({{reservebox}}箱)</span>
</el-col>
<el-col :span="8" style="font-size: 22px;padding-left: 50px;height: 80px">
- <span>{{storageprovince === "新疆维吾尔自治区"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
+ <span>{{storageprovince === "盐城市"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
<span>库区面积{{area}}㎡</span>;
<span>库房面积{{storagearea}}㎡</span>
</el-col>
@@ -621,7 +621,7 @@
</el-row>
<el-row style="margin-top: 50px;margin-left: 75px;height: 35px">
<el-col :span="8">
- <span>{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ <span>{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
</el-col>
</el-row>
<el-row style="margin-top: 22px;margin-left: 75px">
@@ -631,7 +631,7 @@
</el-row>
<el-row style="margin-top: 15px;margin-left: 75px;height: 35px">
<el-col :span="8">
- <span>{{storageprovince === "新疆维吾尔自治区"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
+ <span>{{storageprovince === "盐城市"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
<span>库区面积{{area}}㎡</span>;
<span>库房面积{{storagearea}}㎡</span>
</el-col>
diff --git a/src/views/license/licenseInfo/index1.vue b/src/views/license/licenseInfo/index1.vue
index cf81741..543c32d 100644
--- a/src/views/license/licenseInfo/index1.vue
+++ b/src/views/license/licenseInfo/index1.vue
@@ -119,7 +119,7 @@
</el-row >
<el-row style="height:80px;margin-left:470px;">
<el-col :span="13" style="font-size: 22px;height: 90px;padding-right: 200px;">
- <span>{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ <span>{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
</el-col>
<!--<el-col :span="8" style="font-size: 27px">
<span>{{area}}㎡</span>
@@ -143,7 +143,7 @@
<span>({{reservebox}}箱)</span>
</el-col>
<el-col :span="8" style="font-size: 22px;padding-left: 50px;height: 80px">
- <span>{{storageprovince === "新疆维吾尔自治区"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
+ <span>{{storageprovince === "盐城市"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
<span>库区面积{{area}}㎡</span>;
<span>库房面积{{storagearea}}㎡</span>
</el-col>
@@ -232,7 +232,7 @@
</el-row>
<el-row style="margin-top: 50px;margin-left: 75px;height: 35px">
<el-col :span="8">
- <span>{{province === "新疆维吾尔自治区"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ <span>{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
</el-col>
</el-row>
<el-row style="margin-top: 22px;margin-left: 75px">
@@ -242,7 +242,7 @@
</el-row>
<el-row style="margin-top: 15px;margin-left: 75px;height: 35px">
<el-col :span="8">
- <span>{{storageprovince === "新疆维吾尔自治区"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
+ <span>{{storageprovince === "盐城市"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
<span>库区面积{{area}}㎡</span>;
<span>库房面积{{storagearea}}㎡</span>
</el-col>
diff --git a/src/views/login/index.vue b/src/views/login/index.vue
index af1345a..8fc2f10 100644
--- a/src/views/login/index.vue
+++ b/src/views/login/index.vue
@@ -55,7 +55,7 @@
</div>
</el-dialog>
<div class="bottom-container">
- <span class="bottom-container_title">新疆维吾尔自治区应急管理厅 监制</span>
+ <span class="bottom-container_title">盐城市应急管理厅 监制</span>
</div>
</div>
</template>
@@ -83,8 +83,8 @@
screenHeight: '',
logincontainer: 'login-container',
isSafe: process.env.isSafe,
- titleName: '新疆维吾尔自治区烟花爆竹流向管理信息实名登记系统',
- safeLoginTitle: '新疆维吾尔自治区烟花爆竹流向管理信息实名登记系统',
+ titleName: '盐城市烟花爆竹流向管理信息实名登记系统',
+ safeLoginTitle: '盐城市烟花爆竹流向管理信息实名登记系统',
dialogTip: false,
dialogPay: false,
deadline: '',
diff --git a/src/views/purchase/cityESS.vue b/src/views/purchase/cityESS.vue
index f89b9df..a5a998e 100644
--- a/src/views/purchase/cityESS.vue
+++ b/src/views/purchase/cityESS.vue
@@ -139,7 +139,7 @@
pageSize:20,
pageIndex:1,
filter: {
- province: '新疆维吾尔自治区',
+ province: '盐城市',
city: '',
starttime: '',
endtime: '',
@@ -329,7 +329,7 @@
pageSize: 10,
pageIndex: 1,
filter: {
- province: '新疆维吾尔自治区',
+ province: '盐城市',
city: '',
starttime: '',
endtime: '',
diff --git a/src/views/system/components/default.js b/src/views/system/components/default.js
index 49c7787..948cf02 100644
--- a/src/views/system/components/default.js
+++ b/src/views/system/components/default.js
@@ -2,7 +2,7 @@
login: { 'user': { 'id': '310000198406275362', 'name': '叶洋', 'nickName': 'Taylor', 'phone': '14309472560', 'age': 74, 'address': '浙江省 绍兴市 上虞市', 'isMale': false, 'email': 'w.pdmenv@rwfwadthss.tr', 'createTime': '1976-08-15 06:37:12', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '310000198406275362', 'remarks': '传方半织意意列业维领细斯样年场不次。样影此么论重示般会际开出二及西高。', 'avatar': 'static/img/user.png' }, 'sid': '310000198406275362' },
msgList: [{ 'id': '310000201511210936', 'type': 1, 'code': 102, 'timeLine': '1975051514', 'message': '元派目想铁难而应才院色种离。义两作期复铁节被制等头设。此能论装受我电局代算素业用我。', 'title': '除口方增常处装公会深此面', 'createTime': '1192729032451', 'senderName': 'Smith', 'senderPic': 'http://dummyimage.com/100x100/d9f279/757575.png&text=S' }, { 'id': '460000201611256678', 'type': 0, 'code': 108, 'timeLine': '1972022907', 'message': '门可太长消题四义人素分天习。', 'title': '车主精论状第算整京联科出报', 'createTime': '1019549821001', 'senderName': 'Anderson', 'senderPic': 'http://dummyimage.com/100x100/e779f2/757575.png&text=A' }, { 'id': '21000019780808275X', 'type': 1, 'code': 105, 'timeLine': '1970031803', 'message': '指给西着林为计着布同细认产。', 'title': '正白要外高情总儿才必响', 'createTime': '503250769103', 'senderName': 'Clark', 'senderPic': 'http://dummyimage.com/100x100/79f2c4/757575.png&text=C' }, { 'id': '540000197505267710', 'type': 1, 'code': 106, 'timeLine': '2010020800', 'message': '变没装调标矿劳土类角九至由。特引南素都则次采特分义管装设青工率新。海者快决角定标门段越美流东厂体。', 'title': '马争有战采圆还使层极口队理任目器万干', 'createTime': '1282562311030', 'senderName': 'Anderson', 'senderPic': 'http://dummyimage.com/100x100/f2a179/757575.png&text=A' }, { 'id': '120000201607082136', 'type': 0, 'code': 110, 'timeLine': '1995042315', 'message': '议价进则族外代水白深白离系。质体们劳确作水今领议圆个中处每容江。', 'title': '看变易精最领得都', 'createTime': '557022187618', 'senderName': 'Martinez', 'senderPic': 'http://dummyimage.com/100x100/7d79f2/757575.png&text=M' }, { 'id': '310000199103172213', 'type': 1, 'code': 107, 'timeLine': '1993081322', 'message': '和油得离接装小都空看来响资。部算调法土图毛重知参时图改用化龙观地。', 'title': '史运美很且应部想器发此精', 'createTime': '331067892810', 'senderName': 'Hernandez', 'senderPic': 'http://dummyimage.com/100x100/97f279/757575.png&text=H' }, { 'id': '310000201408208918', 'type': 0, 'code': 107, 'timeLine': '1996071523', 'message': '影将度更调图界实交接外他度龙习。米战走加系区日委也总图日。', 'title': '高按我发史社就高水复周', 'createTime': '1115948146226', 'senderName': 'Robinson', 'senderPic': 'http://dummyimage.com/100x100/f279bb/757575.png&text=R' }, { 'id': '500000200504263440', 'type': 0, 'code': 101, 'timeLine': '1972032318', 'message': '都八在取音特业划克天造求照般。', 'title': '整家水山又知整新便分现物精划放干', 'createTime': '1241409165029', 'senderName': 'Clark', 'senderPic': 'http://dummyimage.com/100x100/79def2/757575.png&text=C' }, { 'id': '320000198908103896', 'type': 1, 'code': 105, 'timeLine': '2009010906', 'message': '当式名厂采物且计料三公切点应更民体。内反温干华点方上等或划消但名反到准。', 'title': '况别联东红后还由列级任法向', 'createTime': '138005376045', 'senderName': 'Walker', 'senderPic': 'http://dummyimage.com/100x100/f2e279/757575.png&text=W' }, { 'id': '330000199709134661', 'type': 0, 'code': 102, 'timeLine': '2007031214', 'message': '都种形一必采海想元的调次位府团系。社界个向但所历亲器它争计积相所为记。适心称备叫近理或种使水算党须今划文。', 'title': '酸约况实改火间子直后约质影反', 'createTime': '434811164417', 'senderName': 'Thompson', 'senderPic': 'http://dummyimage.com/100x100/bf79f2/757575.png&text=T' }],
roleList: [{ 'id': 26, 'delFlag': 0, 'parentId': null, 'sort': 0, 'name': '超级管理员', 'enName': 'super_manager', 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 27, 'delFlag': 0, 'parentId': null, 'sort': 1, 'name': '客服主管', 'enName': 'server_manager', 'usable': '1', 'remarks': '', 'children': [{ 'id': 28, 'delFlag': 0, 'parentId': 27, 'sort': 0, 'name': '售后客服', 'enName': 'server1', 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 29, 'delFlag': 0, 'parentId': 27, 'sort': 1, 'name': '售前客服', 'enName': 'server2', 'usable': '1', 'remarks': '', 'children': [] }] }],
- userList: { records: [{ 'id': '340000198910193425', 'name': '曹明', 'nickName': 'Hall', 'phone': '15692311412', 'age': 88, 'address': '湖南省 娄底市 双峰县', 'isMale': false, 'email': 'c.czieispd@cwp.gov.cn', 'createTime': '1978-05-22 08:53:07', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '340000198910193425', 'remarks': '近火就把政通增电加能开比没现过对办部。对率大元这证起速构感型众决王每状使。取力近标子组毛济料构论美业。', 'avatar': 'http://dummyimage.com/100x100/79f28a/757575.png&text=H' }, { 'id': '350000201505204609', 'name': '田磊', 'nickName': 'Young', 'phone': '15712309986', 'age': 71, 'address': '湖北省 随州市 随县', 'isMale': true, 'email': 'h.xmhalr@tswxut.ba', 'createTime': '2008-05-09 22:47:14', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '350000201505204609', 'remarks': '作又整只与关法期快口广信认东我比家。克用和科土江族住几起提因体将。', 'avatar': 'http://dummyimage.com/100x100/79d1f2/757575.png&text=Y' }, { 'id': '630000198302122489', 'name': '顾霞', 'nickName': 'Clark', 'phone': '14468417672', 'age': 52, 'address': '贵州省 黔东南苗族侗族自治州 岑巩县', 'isMale': true, 'email': 'h.bwzpy@lwlv.lt', 'createTime': '1978-09-18 16:05:12', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '630000198302122489', 'remarks': '共图务低义间需图加思较极用。理干该认值段或那门动位风义机产。带象商领党系千单证用水可保水今近细。', 'avatar': 'http://dummyimage.com/100x100/8e79f2/757575.png&text=C' }, { 'id': '120000198201065745', 'name': '汤杰', 'nickName': 'Brown', 'phone': '14817334423', 'age': 38, 'address': '天津 天津市 武清区', 'isMale': true, 'email': 'y.kxies@rrkf.do', 'createTime': '1970-09-25 13:39:05', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '120000198201065745', 'remarks': '维重常军规种可真入千组部方程红平水。按四很青水合道数以及铁集路上商。', 'avatar': 'http://dummyimage.com/100x100/7986f2/757575.png&text=B' }, { 'id': '440000200412284520', 'name': '江涛', 'nickName': 'Lee', 'phone': '14481283062', 'age': 13, 'address': '陕西省 渭南市 白水县', 'isMale': true, 'email': 'c.ukigvuno@kwfk.bt', 'createTime': '2008-08-13 02:57:58', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '440000200412284520', 'remarks': '济么形细难今上观难上设水民史。进又十西报成养时求并发者向。近火料新产回造统加正则教管到所别。', 'avatar': 'http://dummyimage.com/100x100/79e6f2/757575.png&text=L' }, { 'id': '440000201502214088', 'name': '曾桂英', 'nickName': 'Allen', 'phone': '15501677076', 'age': 68, 'address': '黑龙江省 齐齐哈尔市 梅里斯达斡尔族区', 'isMale': true, 'email': 'g.qaioxl@ffhpyfvnn.bn', 'createTime': '2000-05-24 08:08:42', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '440000201502214088', 'remarks': '口什采它六委市切门型部感前强子。真部最率体一程基入族外品。', 'avatar': 'http://dummyimage.com/100x100/f2e979/757575.png&text=A' }, { 'id': '440000198106296849', 'name': '高霞', 'nickName': 'Wilson', 'phone': '14488966580', 'age': 82, 'address': '新疆维吾尔自治区 昌吉回族自治州 奇台县', 'isMale': false, 'email': 'o.spamgt@nnbdwoaw.ad', 'createTime': '1977-01-26 04:18:22', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '440000198106296849', 'remarks': '以美理更管它存量种通不派车名然江。它已文道道百其百军达和知色。', 'avatar': 'http://dummyimage.com/100x100/79e0f2/757575.png&text=W' }, { 'id': '640000200202182849', 'name': '顾平', 'nickName': 'Rodriguez', 'phone': '14766033445', 'age': 96, 'address': '香港特别行政区 新界 离岛区', 'isMale': false, 'email': 'r.octrublxo@njk.kz', 'createTime': '1985-10-17 04:53:21', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '640000200202182849', 'remarks': '品持些示调般其需走你气切到热采工土。回响四立干百史号同特实子确又消已。', 'avatar': 'http://dummyimage.com/100x100/8af279/757575.png&text=R' }, { 'id': '230000200802175187', 'name': '陈洋', 'nickName': 'Garcia', 'phone': '15288638355', 'age': 90, 'address': '江西省 九江市 彭泽县', 'isMale': true, 'email': 'j.fumo@fcrx.dk', 'createTime': '2013-05-07 00:53:32', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '230000200802175187', 'remarks': '总其许他年矿率本根参变世。低南育体眼派万精长并车响料战。', 'avatar': 'http://dummyimage.com/100x100/79f2cb/757575.png&text=G' }, { 'id': '610000200403119453', 'name': '范敏', 'nickName': 'Brown', 'phone': '15178636234', 'age': 80, 'address': '海南省 三亚市 -', 'isMale': true, 'email': 'k.jbvimbagi@diwsihdqxx.dz', 'createTime': '1993-04-10 17:15:50', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '610000200403119453', 'remarks': '米界价区质需类边被自则按。江期合行色离接身准连工个称大说应目。称较号重生者素求几那开标算包属。', 'avatar': 'http://dummyimage.com/100x100/79f2c2/757575.png&text=B' }], total: 99 },
+ userList: { records: [{ 'id': '340000198910193425', 'name': '曹明', 'nickName': 'Hall', 'phone': '15692311412', 'age': 88, 'address': '湖南省 娄底市 双峰县', 'isMale': false, 'email': 'c.czieispd@cwp.gov.cn', 'createTime': '1978-05-22 08:53:07', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '340000198910193425', 'remarks': '近火就把政通增电加能开比没现过对办部。对率大元这证起速构感型众决王每状使。取力近标子组毛济料构论美业。', 'avatar': 'http://dummyimage.com/100x100/79f28a/757575.png&text=H' }, { 'id': '350000201505204609', 'name': '田磊', 'nickName': 'Young', 'phone': '15712309986', 'age': 71, 'address': '湖北省 随州市 随县', 'isMale': true, 'email': 'h.xmhalr@tswxut.ba', 'createTime': '2008-05-09 22:47:14', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '350000201505204609', 'remarks': '作又整只与关法期快口广信认东我比家。克用和科土江族住几起提因体将。', 'avatar': 'http://dummyimage.com/100x100/79d1f2/757575.png&text=Y' }, { 'id': '630000198302122489', 'name': '顾霞', 'nickName': 'Clark', 'phone': '14468417672', 'age': 52, 'address': '贵州省 黔东南苗族侗族自治州 岑巩县', 'isMale': true, 'email': 'h.bwzpy@lwlv.lt', 'createTime': '1978-09-18 16:05:12', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '630000198302122489', 'remarks': '共图务低义间需图加思较极用。理干该认值段或那门动位风义机产。带象商领党系千单证用水可保水今近细。', 'avatar': 'http://dummyimage.com/100x100/8e79f2/757575.png&text=C' }, { 'id': '120000198201065745', 'name': '汤杰', 'nickName': 'Brown', 'phone': '14817334423', 'age': 38, 'address': '天津 天津市 武清区', 'isMale': true, 'email': 'y.kxies@rrkf.do', 'createTime': '1970-09-25 13:39:05', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '120000198201065745', 'remarks': '维重常军规种可真入千组部方程红平水。按四很青水合道数以及铁集路上商。', 'avatar': 'http://dummyimage.com/100x100/7986f2/757575.png&text=B' }, { 'id': '440000200412284520', 'name': '江涛', 'nickName': 'Lee', 'phone': '14481283062', 'age': 13, 'address': '陕西省 渭南市 白水县', 'isMale': true, 'email': 'c.ukigvuno@kwfk.bt', 'createTime': '2008-08-13 02:57:58', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '440000200412284520', 'remarks': '济么形细难今上观难上设水民史。进又十西报成养时求并发者向。近火料新产回造统加正则教管到所别。', 'avatar': 'http://dummyimage.com/100x100/79e6f2/757575.png&text=L' }, { 'id': '440000201502214088', 'name': '曾桂英', 'nickName': 'Allen', 'phone': '15501677076', 'age': 68, 'address': '黑龙江省 齐齐哈尔市 梅里斯达斡尔族区', 'isMale': true, 'email': 'g.qaioxl@ffhpyfvnn.bn', 'createTime': '2000-05-24 08:08:42', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '440000201502214088', 'remarks': '口什采它六委市切门型部感前强子。真部最率体一程基入族外品。', 'avatar': 'http://dummyimage.com/100x100/f2e979/757575.png&text=A' }, { 'id': '440000198106296849', 'name': '高霞', 'nickName': 'Wilson', 'phone': '14488966580', 'age': 82, 'address': '盐城市 昌吉回族自治州 奇台县', 'isMale': false, 'email': 'o.spamgt@nnbdwoaw.ad', 'createTime': '1977-01-26 04:18:22', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '440000198106296849', 'remarks': '以美理更管它存量种通不派车名然江。它已文道道百其百军达和知色。', 'avatar': 'http://dummyimage.com/100x100/79e0f2/757575.png&text=W' }, { 'id': '640000200202182849', 'name': '顾平', 'nickName': 'Rodriguez', 'phone': '14766033445', 'age': 96, 'address': '香港特别行政区 新界 离岛区', 'isMale': false, 'email': 'r.octrublxo@njk.kz', 'createTime': '1985-10-17 04:53:21', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '640000200202182849', 'remarks': '品持些示调般其需走你气切到热采工土。回响四立干百史号同特实子确又消已。', 'avatar': 'http://dummyimage.com/100x100/8af279/757575.png&text=R' }, { 'id': '230000200802175187', 'name': '陈洋', 'nickName': 'Garcia', 'phone': '15288638355', 'age': 90, 'address': '江西省 九江市 彭泽县', 'isMale': true, 'email': 'j.fumo@fcrx.dk', 'createTime': '2013-05-07 00:53:32', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '230000200802175187', 'remarks': '总其许他年矿率本根参变世。低南育体眼派万精长并车响料战。', 'avatar': 'http://dummyimage.com/100x100/79f2cb/757575.png&text=G' }, { 'id': '610000200403119453', 'name': '范敏', 'nickName': 'Brown', 'phone': '15178636234', 'age': 80, 'address': '海南省 三亚市 -', 'isMale': true, 'email': 'k.jbvimbagi@diwsihdqxx.dz', 'createTime': '1993-04-10 17:15:50', 'delFlag': 0, 'status': 1, 'userType': '1', 'no': '610000200403119453', 'remarks': '米界价区质需类边被自则按。江期合行色离接身准连工个称大说应目。称较号重生者素求几那开标算包属。', 'avatar': 'http://dummyimage.com/100x100/79f2c2/757575.png&text=B' }], total: 99 },
menuList: [{ 'id': 1, 'parentId': null, 'sort': 0, 'name': '仪表盘', 'href': '/index', 'icon': 'fa fa-dashboard', 'children': [], 'isShow': '1' }, { 'id': 31, 'parentId': null, 'sort': 1, 'name': '测试1', 'href': '/test/1', 'icon': 'fa fa-upload', 'children': [{ 'id': 92, 'parentId': 31, 'sort': 0, 'name': '测试1-1', 'href': '/test/1/1', 'icon': 'fa fa-bank', 'children': [{ 'id': 912, 'parentId': 92, 'sort': 0, 'name': '测试1-1-1', 'href': '/test/1/1/1', 'icon': 'fa fa-bank', 'children': [], 'isShow': '1' }, { 'id': 913, 'parentId': 92, 'sort': 0, 'name': '测试1-1-2', 'href': '/test/1/1/2', 'icon': 'fa fa-area-chart', 'children': [], 'isShow': '1' }], 'isShow': '1' }, { 'id': 93, 'parentId': 31, 'sort': 0, 'name': '测试1-2', 'href': '/test/1/2', 'icon': 'fa fa-area-chart', 'children': [], 'isShow': '1' }], 'isShow': '1' }, { 'id': 102, 'parentId': null, 'sort': 3, 'name': '测试2', 'href': '/test/2', 'icon': 'fa fa-download', 'children': [{ 'id': 103, 'parentId': 102, 'sort': 0, 'name': '测试2-1', 'href': '/test/2/1', 'icon': 'fa fa-image', 'children': [], 'isShow': '1' }], 'isShow': '1' }, { 'id': 6, 'parentId': null, 'sort': 6, 'name': '系统管理', 'href': '/sys', 'icon': 'fa fa-cog', 'children': [{ 'id': 108, 'parentId': 6, 'sort': 0, 'name': ' 资源管理', 'href': '/sys/resource', 'icon': 'fa fa-database', 'children': [], 'isShow': '1' }, { 'id': 7, 'parentId': 6, 'sort': 1, 'name': '菜单管理', 'href': '/sys/menuList', 'icon': 'fa fa-navicon', 'children': [], 'isShow': '1' }, { 'id': 8, 'parentId': 6, 'sort': 2, 'name': '角色管理', 'href': '/sys/roleList', 'icon': 'fa fa-universal-access', 'children': [], 'isShow': '1' }, { 'id': 9, 'parentId': 6, 'sort': 3, 'name': '用户管理', 'href': '/sys/userList', 'icon': 'fa fa-user-plus', 'children': [], 'isShow': '1' }], 'isShow': '1' }],
resource: [{ 'id': 52, 'parentId': null, 'sort': 0, 'name': '登录', 'code': '/login', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 68, 'parentId': null, 'sort': 0, 'name': '仪表盘', 'code': '/index', 'type': 1, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 69, 'parentId': null, 'sort': 0, 'name': '系统管理', 'code': '/sys', 'type': 1, 'usable': '1', 'remarks': '', 'children': [{ 'id': 82, 'parentId': 69, 'sort': 0, 'name': '资源管理', 'code': '/sys/resource', 'type': 1, 'usable': '1', 'remarks': '', 'children': [{ 'id': 99, 'parentId': 82, 'sort': 0, 'name': '/sys/resource/get', 'code': '/sys/resource/get', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 100, 'parentId': 82, 'sort': 0, 'name': '/sys/resource/update', 'code': '/sys/resource/update', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 101, 'parentId': 82, 'sort': 0, 'name': '/sys/resource/delete', 'code': '/sys/resource/delete', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 102, 'parentId': 82, 'sort': 0, 'name': '/sys/resource/add', 'code': '/sys/resource/add', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 103, 'parentId': 82, 'sort': 0, 'name': '/sys/resource/page', 'code': '/sys/resource/page', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 104, 'parentId': 82, 'sort': 0, 'name': '/sys/resource/list', 'code': '/sys/resource/list', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 105, 'parentId': 82, 'sort': 0, 'name': '/sys/resource/list2', 'code': '/sys/resource/list2', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }] }, { 'id': 70, 'parentId': 69, 'sort': 1, 'name': '菜单管理', 'code': '/sys/menuList', 'type': 1, 'usable': '1', 'remarks': '', 'children': [{ 'id': 83, 'parentId': 70, 'sort': 0, 'name': '/sys/menu/get', 'code': '/sys/menu/get', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 84, 'parentId': 70, 'sort': 0, 'name': '/sys/menu/update', 'code': '/sys/menu/update', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 85, 'parentId': 70, 'sort': 0, 'name': '/sys/menu/delete', 'code': '/sys/menu/delete', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 86, 'parentId': 70, 'sort': 0, 'name': '/sys/menu/add', 'code': '/sys/menu/add', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 87, 'parentId': 70, 'sort': 0, 'name': '/sys/menu/page', 'code': '/sys/menu/page', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 88, 'parentId': 70, 'sort': 0, 'name': '/sys/menu/list', 'code': '/sys/menu/list', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 89, 'parentId': 70, 'sort': 0, 'name': '/sys/menu/list2', 'code': '/sys/menu/list2', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }] }, { 'id': 71, 'parentId': 69, 'sort': 3, 'name': '角色管理', 'code': '/sys/roleList', 'type': 1, 'usable': '1', 'remarks': '', 'children': [{ 'id': 90, 'parentId': 71, 'sort': 0, 'name': '/sys/role/get', 'code': '/sys/role/get', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 91, 'parentId': 71, 'sort': 0, 'name': '/sys/role/update', 'code': '/sys/role/update', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 92, 'parentId': 71, 'sort': 0, 'name': '/sys/role/delete', 'code': '/sys/role/delete', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 93, 'parentId': 71, 'sort': 0, 'name': '/sys/role/add', 'code': '/sys/role/add', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 94, 'parentId': 71, 'sort': 0, 'name': '/sys/role/page', 'code': '/sys/role/page', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 95, 'parentId': 71, 'sort': 0, 'name': '/sys/role/list', 'code': '/sys/role/list', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 96, 'parentId': 71, 'sort': 0, 'name': '/sys/role/list2', 'code': '/sys/role/list2', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 97, 'parentId': 71, 'sort': 0, 'name': '/sys/role/resources', 'code': '/sys/role/resources', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 98, 'parentId': 71, 'sort': 0, 'name': '/sys/role/setResources', 'code': '/sys/role/setResources', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }] }, { 'id': 72, 'parentId': 69, 'sort': 6, 'name': '用户管理', 'code': '/sys/userList', 'type': 1, 'usable': '1', 'remarks': '', 'children': [{ 'id': 106, 'parentId': 72, 'sort': 0, 'name': '/sys/user/get', 'code': '/sys/user/get', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 107, 'parentId': 72, 'sort': 0, 'name': '/sys/user/add', 'code': '/sys/user/add', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 108, 'parentId': 72, 'sort': 0, 'name': '/sys/user/update', 'code': '/sys/user/update', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 109, 'parentId': 72, 'sort': 0, 'name': '/sys/user/delete', 'code': '/sys/user/delete', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 110, 'parentId': 72, 'sort': 0, 'name': '/sys/user/page', 'code': '/sys/user/page', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 111, 'parentId': 72, 'sort': 0, 'name': '/sys/user/roleIds', 'code': '/sys/user/roleIds', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }, { 'id': 112, 'parentId': 72, 'sort': 0, 'name': '/sys/user/setRoles', 'code': '/sys/user/setRoles', 'type': 3, 'usable': '1', 'remarks': '', 'children': [] }] }] }]
}
--
Gitblit v1.9.2