Przeglądaj źródła

APP 注册相关代码提交

miaofuhao 3 lat temu
rodzic
commit
893f02a16b

+ 9 - 9
CallCenterWeb.UI/RMYY/config/sit.env.js

1
 // 预发布环境
1
 // 预发布环境
2
-'use strict'
2
+"use strict";
3
 module.exports = {
3
 module.exports = {
4
   NODE_ENV: '"production"',
4
   NODE_ENV: '"production"',
5
   ENV_CONFIG: '"sit"',
5
   ENV_CONFIG: '"sit"',
6
   // BASE_API: '"http://192.168.8.10:8033/"', // API地址
6
   // BASE_API: '"http://192.168.8.10:8033/"', // API地址
7
-  // BASE_API: '"http://192.168.1.37:8000/"', // API地址
8
-  BASE_API: '"http://39.164.159.192:8000/"', // API地址
7
+  BASE_API: '"http://39.164.159.192:8000/"', // 本地外网
8
+
9
   // BASE_API: '"http://117.160.241.16:8000/"', // API地址
9
   // BASE_API: '"http://117.160.241.16:8000/"', // API地址
10
   SOCKET_IP: '"192.168.8.7"', // WebSocket通讯ip
10
   SOCKET_IP: '"192.168.8.7"', // WebSocket通讯ip
11
   SOCKET_PORT: '"8081"', // WebSocket通讯端口
11
   SOCKET_PORT: '"8081"', // WebSocket通讯端口
12
-  PAGESIZES: '[10, 20, 50, 100]', // number[] 表格每页显示个数选择器的选项设置
13
-  PAGESIZE: '10', // number 表格每页显示条目个数
14
-  monitorPlatformTime: '5000', // 自动外呼监控  坐席监控  数据刷新间隔
15
-  taskRealInfoTime: '10000', // 右上角当前任务信息 外呼计划  数据刷新间隔
16
-  homeRefreshInterval: '300000' // 首页 数据刷新间隔 五分钟
17
-}
12
+  PAGESIZES: "[10, 20, 50, 100]", // number[] 表格每页显示个数选择器的选项设置
13
+  PAGESIZE: "10", // number 表格每页显示条目个数
14
+  monitorPlatformTime: "5000", // 自动外呼监控  坐席监控  数据刷新间隔
15
+  taskRealInfoTime: "10000", // 右上角当前任务信息 外呼计划  数据刷新间隔
16
+  homeRefreshInterval: "300000" // 首页 数据刷新间隔 五分钟
17
+};

+ 4 - 4
CallCenterWeb.UI/RMYYAPP/config/index.config.js

2
     // 开发环境配置
2
     // 开发环境配置
3
     development: {
3
     development: {
4
         assetsPath: '/static', // 静态资源路径
4
         assetsPath: '/static', // 静态资源路径
5
-				baseUrl: 'http://192.168.8.10:8033/',
6
-				// baseUrl: 'http://39.164.159.192:8000/', // 本地外网地址
5
+				// baseUrl: 'http://192.168.8.10:8033/',
6
+				baseUrl: 'http://39.164.159.192:8000/', // 本地外网地址
7
         hostUrl: '', // H5地址(前端运行地址)
7
         hostUrl: '', // H5地址(前端运行地址)
8
         weixinAppId: '' // 微信公众号appid
8
         weixinAppId: '' // 微信公众号appid
9
 
9
 
11
     // 生产环境配置
11
     // 生产环境配置
12
     production: {
12
     production: {
13
         assetsPath: '/static', // 静态资源路径
13
         assetsPath: '/static', // 静态资源路径
14
-				baseUrl: 'http://192.168.8.10:8033/',
15
-				// baseUrl: 'http://39.164.159.192:8000/', // 本地外网地址
14
+				// baseUrl: 'http://192.168.8.10:8033/',
15
+				baseUrl: 'http://117.159.24.43:8000/', // 本地外网地址
16
 				
16
 				
17
         hostUrl: '', // H5地址(前端运行地址)
17
         hostUrl: '', // H5地址(前端运行地址)
18
         weixinAppId: '' // 微信公众号appid
18
         weixinAppId: '' // 微信公众号appid

+ 7 - 4
CallCenterWeb.UI/RMYYAPP/manifest.json

2
     "name" : "郑州人民医院综合服务保障调度平台",
2
     "name" : "郑州人民医院综合服务保障调度平台",
3
     "appid" : "__UNI__5A5207D",
3
     "appid" : "__UNI__5A5207D",
4
     "description" : "",
4
     "description" : "",
5
-    "versionName" : "1.1.2",
6
-    "versionCode" : 112,
5
+    "versionName" : "1.1.7",
6
+    "versionCode" : 117,
7
     "transformPx" : false,
7
     "transformPx" : false,
8
     /* 5+App特有相关 */
8
     /* 5+App特有相关 */
9
     "app-plus" : {
9
     "app-plus" : {
45
             /* ios打包配置 */
45
             /* ios打包配置 */
46
             "ios" : {
46
             "ios" : {
47
                 "dSYMs" : false,
47
                 "dSYMs" : false,
48
-                "idfa" : false
48
+                "idfa" : false,
49
+                "privacyDescription" : {
50
+                    "NSPhotoLibraryUsageDescription" : "为了方便知道司机或者维修人员是否到达指定位置"
51
+                }
49
             },
52
             },
50
             /* SDK配置 */
53
             /* SDK配置 */
51
             "sdkConfigs" : {
54
             "sdkConfigs" : {
119
         "enable" : false
122
         "enable" : false
120
     },
123
     },
121
     "h5" : {
124
     "h5" : {
122
-        "title" : "安阳测试"
125
+        "title" : "郑州人民医院综合服务保障调度平台"
123
     }
126
     }
124
 }
127
 }

+ 5 - 1
CallCenterWeb.UI/RMYYAPP/pages/login/login.vue

12
 			</view>
12
 			</view>
13
 			
13
 			
14
 			<wButton class="wbutton" text="登 录" :rotate="isRotate" @click="startLogin"></wButton>
14
 			<wButton class="wbutton" text="登 录" :rotate="isRotate" @click="startLogin"></wButton>
15
-			<view class="registerStyle" @click="registerStart">注册</view>
15
+			<!-- <wButton class="wbutton" text="用户注册" @click="registerStart"></wButton> -->
16
+			<!-- <view class="registerStyle" @click="registerStart"></view> -->
16
 		</view>
17
 		</view>
17
 	</view>
18
 	</view>
18
 </template>
19
 </template>
112
 <style>
113
 <style>
113
 	@import url("@/components/watch-login/css/icon.css");
114
 	@import url("@/components/watch-login/css/icon.css");
114
 	@import url("@/pages/login/css/main.css");
115
 	@import url("@/pages/login/css/main.css");
116
+	.wbutton{
117
+		margin-top: 30px;
118
+	}
115
 	.registerStyle{
119
 	.registerStyle{
116
 		    color: blue;
120
 		    color: blue;
117
 		    text-align: center;
121
 		    text-align: center;

+ 6 - 2
CallCenterWeb.UI/RMYYAPP/pages/register/register.vue

20
 				
20
 				
21
 			</view>
21
 			</view>
22
 			<wButton class="wbutton" text="注 册" :rotate="isRotate" @click="startLogin"></wButton>
22
 			<wButton class="wbutton" text="注 册" :rotate="isRotate" @click="startLogin"></wButton>
23
-			<view class="registerStyle" @click="returnLogin">返回登录</view>
23
+			<wButton class="wbutton" text="返回登录" @click="registerStyle"></wButton>
24
+			<!-- <view class="registerStyle" @click="returnLogin">返回登录</view> -->
24
 		</view>
25
 		</view>
25
 		
26
 		
26
 		<view class="popupAgreement">
27
 		<view class="popupAgreement">
204
 								url: '/pages/login/login'
205
 								url: '/pages/login/login'
205
 							})
206
 							})
206
 						}else{
207
 						}else{
207
-							this.$mHelper.toast(e.message)
208
+							this.$mHelper.toast(response.message)
208
 							return 
209
 							return 
209
 						}
210
 						}
210
 					})
211
 					})
234
 		    line-height: 30px;
235
 		    line-height: 30px;
235
 		    margin-top: 20px;
236
 		    margin-top: 20px;
236
 	}
237
 	}
238
+	.wbutton{
239
+		margin-top: 30px;
240
+	}
237
 	.popupAgreement{
241
 	.popupAgreement{
238
 		width: 100%;
242
 		width: 100%;
239
 		height: 80%;
243
 		height: 80%;

Plik diff jest za duży
+ 5 - 5
CallCenterWeb.UI/RMYYAPP/unpackage/dist/build/app-plus/app-service.js


Plik diff jest za duży
+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/dist/build/app-plus/app-view.js


Plik diff jest za duży
+ 1 - 1
CallCenterWeb.UI/RMYYAPP/unpackage/dist/build/app-plus/manifest.json