diff --git a/src/App.vue b/src/App.vue index 5cda722..d6ff496 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,6 +3,7 @@ 刘榕ip 陈赓ip + 测试服ip diff --git a/src/setting.js b/src/setting.js index e72a2b5..a0cd797 100644 --- a/src/setting.js +++ b/src/setting.js @@ -15,8 +15,8 @@ if (isDev) { sandPath = `http://${location.hostname}:9520` host = 'http://121.37.12.51/' // host = 'https://huorantech.cn/' - host = localStorage.getItem('nakadaiIp') == 1 ? 'http://192.168.31.51:9000/' : 'http://192.168.31.217:9000/' - // host = 'http://192.168.31.51:9000/' + const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://121.37.12.51/'] + host = ips[+localStorage.getItem('nakadaiIp')] } else if (isPro) { sandPath = `https://izhixinyun.com/sandbox` jumpPath = 'https://judgment.huorantech.cn/' diff --git a/src/views/Login.vue b/src/views/Login.vue index b0075ab..eecc038 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -9,125 +9,78 @@
- + 账号登录 手机号/邮箱登录 - + - + - + - - + + - +
- 忘记密码? + 忘记密码?
- + - + - + - - + + - +
- 忘记密码? + 忘记密码?
- +

依据国家政策法规,需绑定手机号进行网络实名才可登录使用本平台

- + - +
- - {{phoneBtnText}} + + {{ phoneBtnText + }}
- + 取 消 - 确 定 + 确 定
- + @@ -249,7 +202,8 @@ export default { }).catch(err => { if (err.status === 30001) { this.phoneVisible = true - } else if (err.status == 10004) { + } else if (err.status == 10004 || err.status == 10005) { + param.code = '' this.blur() } }); @@ -343,143 +297,166 @@ export default { \ No newline at end of file diff --git a/src/views/order/AddOrder.vue b/src/views/order/AddOrder.vue index d6ce0c8..3da098b 100644 --- a/src/views/order/AddOrder.vue +++ b/src/views/order/AddOrder.vue @@ -11,8 +11,12 @@ 返回 {{ titlesw }} - 确定 - +
+ 一键发货 + + 确定 + +
@@ -66,7 +70,7 @@ + @change="orderTypeChange"> @@ -125,6 +129,17 @@ + + @@ -188,7 +201,7 @@ 元 @@ -262,6 +275,17 @@ + + @@ -293,7 +315,7 @@ @change="deadLine(scope.row.periodOfUse, scope.row, scope.row.options, 1)" placeholder="请选择使用日期"> - - {{ scope.row.endTime + - {{ scope.row.endTime }}

@@ -325,7 +347,7 @@ 元 @@ -399,7 +421,18 @@
- + + + - +