diff --git a/src/manifest.json b/src/manifest.json
index 9822fcd0..7a38b3b0 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -29,12 +29,18 @@
"open": true,
"proxy": {
"/lan": {
- // "target": "http://192.168.1.87:9000",
- "target": "http://test87tpweb.cunwuyun.cn",
+ "target": "http://192.168.1.87:9000",
"changeOrigin": true,
"pathRewrite": {
"^/lan": "/"
}
+ },
+ "/saas": {
+ "target": "https://test87tpweb.cunwuyun.cn",
+ "changeOrigin": true,
+ "pathRewrite": {
+ "^/saas": "/"
+ }
}
}
},
diff --git a/src/pages/loading.vue b/src/pages/loading.vue
index a9a01685..c993f563 100644
--- a/src/pages/loading.vue
+++ b/src/pages/loading.vue
@@ -6,7 +6,7 @@
去登录
-
+
{{ op.label }}
@@ -17,7 +17,7 @@
@@ -78,6 +160,76 @@
padding-top: 112px;
padding-bottom: 60px;
+ .user-list {
+ padding: 0 32px;
+ background: #f5f5f5;
+
+ .user-item {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ width: 100%;
+ height: 160px;
+ margin-top: 24px;
+ padding: 32px;
+ background: #FFFFFF;
+ box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.02);
+ border-radius: 16px;
+
+ .user-item__right {
+ font-size: 30px;
+ text-align: center;
+
+ p {
+ line-height: 40px;
+ margin-bottom: 16px;
+ color: #333333;
+ }
+
+ div {
+ color: #1365DD;
+ }
+ }
+
+ .user-item__left {
+ display: flex;
+ align-items: center;
+
+ .right {
+ p {
+ color: #999999;
+ font-size: 30px;
+ }
+ }
+
+ .right-top {
+ display: flex;
+ align-items: center;
+ margin-bottom: 16px;
+ line-height: 40px;
+
+ h2 {
+ margin-right: 20px;
+ font-size: 30px;
+ color: #333;
+ }
+
+ span {
+ color: #999999;
+ font-size: 28px;
+ }
+ }
+
+ image {
+ width: 96px;
+ height: 96px;
+ margin-right: 16px;
+ border-radius: 50%;
+ }
+ }
+ }
+ }
+
* {
box-sizing: border-box;
}
@@ -90,10 +242,8 @@
padding-bottom: 40px;
.top {
- display: flex;
- align-items: center;
- height: 116px;
- padding: 0 32px;
+ padding: 36px 32px 32px;
+ text-align: justify;
font-size: 34px;
color: #333;
border-bottom: 4px solid #f3f6f9;
@@ -173,6 +323,7 @@
width: 100%;
height: 96px;
padding: 0 32px;
+ border-bottom: 1px solid #D4D4D4;
background: #fff;
span {
diff --git a/src/sass/AppSpecialPeople/add.vue b/src/sass/AppSpecialPeople/add.vue
index 94ebecab..01fdd198 100644
--- a/src/sass/AppSpecialPeople/add.vue
+++ b/src/sass/AppSpecialPeople/add.vue
@@ -4,7 +4,10 @@
*类型
- {{ $dict.getLabel('appSpecialTypeFive', form.userType) || '请选择'}}
+ {{
+ $dict.getLabel('appSpecialTypeFive', form.userType) || '请选择'
+ }}
@@ -12,32 +15,39 @@
*姓名
-
+
@@ -53,37 +63,46 @@
-
{{item.label}}
+
{{ item.label }}
-
+
-
{{item.label}}
+
{{ item.label }}
- {{ $dict.getLabel(item.dict, form[item.formDbName]) || '请选择'}}
+ {{
+ $dict.getLabel(item.dict, form[item.formDbName]) || '请选择'
+ }}
-
{{item.label}}
+
{{ item.label }}
- {{ $dateFormat(form[item.formDbName],'YYYY-MM-DD') || '请选择' }}
+ {{
+ $dateFormat(form[item.formDbName], 'YYYY-MM-DD') || '请选择'
+ }}
@@ -95,19 +114,20 @@
保存
-
请选择
-
+
请选择
+
+
+