diff --git a/main.js b/main.js
index 3358354..3d13af4 100644
--- a/main.js
+++ b/main.js
@@ -13,12 +13,14 @@ uni.$http = $http;
// 请求的根路径
// #ifdef H5
-$http.baseUrl = 'https://www.sanduolantoyoga.com/yoga'
+// $http.baseUrl = 'https://www.sanduolantoyoga.com/yoga'
+$http.baseUrl = 'https://yoga.runpengsoft.com/yoga'
// $http.baseUrl = 'http://192.168.13.9:8083'
// #endif
//#ifdef APP-PLUS
-$http.baseUrl = 'https://www.sanduolantoyoga.com/yoga'
+// $http.baseUrl = 'https://www.sanduolantoyoga.com/yoga'
+$http.baseUrl = 'https://yoga.runpengsoft.com/yoga'
// $http.baseUrl = 'http://192.168.13.9:8083'
//#endif
@@ -26,12 +28,14 @@ $http.baseUrl = 'https://www.sanduolantoyoga.com/yoga'
// WebSocket 地址(可根据平台条件编译)
// #ifdef H5
// Vue.prototype.$wsUrl = 'ws://192.168.13.9:8528/im' // 开发环境
-Vue.prototype.$wsUrl = 'wss://www.sanduolantoyoga.com/yoga-imserver' // 生产环境
+// Vue.prototype.$wsUrl = 'wss://www.sanduolantoyoga.com/yoga-imserver' // 生产环境
+Vue.prototype.$wsUrl = 'wss://yoga.runpengsoft.com/yoga-imserver/' // 生产环境
// #endif
// #ifdef APP-PLUS
// Vue.prototype.$wsUrl = 'ws://192.168.13.9:8528/im' // 开发环境
-Vue.prototype.$wsUrl = 'wss://www.sanduolantoyoga.com/yoga-imserver' // 生产环境
+// Vue.prototype.$wsUrl = 'wss://www.sanduolantoyoga.com/yoga-imserver' // 生产环境
+Vue.prototype.$wsUrl = 'wss://yoga.runpengsoft.com/yoga-imserver/' // 生产环境
// #endif
// 请求开始之前做一些事情
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 5440d6c..e1bd7e7 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -1,62 +1,114 @@
-
-
- 欢迎登录
- yoga
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 看不清?
-
-
-
- 登录中..
-
-
-
- 注册账号 →
-
+
+
+ 欢迎登录
+ 瑜伽汇
+
+
+
+
+ 密码登录
+
+
+ 短信登录(待审核)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
- 我已阅读并同意
-
-
- 《用户服务协议》
-
-
- 与
-
-
- 《隐私政策条款》
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+ 看不清?
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ smsCountdown > 0 ? smsCountdown + 's' : '获取验证码' }}
+
+
+
+
+
+
+
+
+ 登录中..
+
+
+
+ 注册账号 →
+
+
+
+
+
+
+
+
+
+ 我已阅读并同意
+
+
+ 《用户服务协议》
+
+
+ 与
+
+
+ 《隐私政策条款》
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+