diff --git a/src/api/index.js b/src/api/index.js index edb9eef..bc247f1 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1,7 +1,7 @@ import Setting from "@/setting"; const host = Setting.apiBaseURL; -const uploadURL = "http://39.108.250.202:9000/"; +const uploadURL = "http://121.37.12.51:9000/"; export default { logins: `users/users/user/login`, diff --git a/src/assets/img/index/customer.jpg b/src/assets/img/index/customer.jpg new file mode 100644 index 0000000..1d3313b Binary files /dev/null and b/src/assets/img/index/customer.jpg differ diff --git a/src/assets/img/index/tel-1.png b/src/assets/img/index/tel-1.png new file mode 100644 index 0000000..4d87ae9 Binary files /dev/null and b/src/assets/img/index/tel-1.png differ diff --git a/src/assets/img/index/tel.png b/src/assets/img/index/tel.png new file mode 100644 index 0000000..1ad6f00 Binary files /dev/null and b/src/assets/img/index/tel.png differ diff --git a/src/assets/img/index/top-1.png b/src/assets/img/index/top-1.png new file mode 100644 index 0000000..f6c2329 Binary files /dev/null and b/src/assets/img/index/top-1.png differ diff --git a/src/assets/img/index/top.png b/src/assets/img/index/top.png new file mode 100644 index 0000000..04bca08 Binary files /dev/null and b/src/assets/img/index/top.png differ diff --git a/src/assets/img/index/wechat-1.png b/src/assets/img/index/wechat-1.png new file mode 100644 index 0000000..57e6792 Binary files /dev/null and b/src/assets/img/index/wechat-1.png differ diff --git a/src/assets/img/index/wechat.png b/src/assets/img/index/wechat.png new file mode 100644 index 0000000..e47de3b Binary files /dev/null and b/src/assets/img/index/wechat.png differ diff --git a/src/layouts/navbar/index.vue b/src/layouts/navbar/index.vue index fab1198..8dd501d 100644 --- a/src/layouts/navbar/index.vue +++ b/src/layouts/navbar/index.vue @@ -71,6 +71,10 @@ export default { { index: "/log/list", title: "更新日志" + }, + { + index: "trial", + title: "试用申请" } ], menus: [], @@ -94,6 +98,9 @@ export default { : Setting.isTest ? location.origin : `http://www.dataforward.cn`) + } else if (index === 'trial') { + // 申请试用 + window.open('https://www.wjx.cn/vm/wB0RcMm.aspx') } else { const token = util.local.get(Setting.tokenKey) // 如果未登录且跳转的是登录后才有的菜单 diff --git a/src/pages/account/login/index.vue b/src/pages/account/login/index.vue index f972583..2721b22 100644 --- a/src/pages/account/login/index.vue +++ b/src/pages/account/login/index.vue @@ -70,8 +70,9 @@ -
- 设置为默认学校 +
+ 申请试用 + 设置为默认学校
登录 @@ -284,6 +285,10 @@ export default { '请输入学生学号' : '请输入老师工号' }, + // 申请试用 + toTrial() { + window.open('https://www.wjx.cn/vm/wB0RcMm.aspx') + }, // 刷新官网 reloadIndex() { window.opener && window.opener.location.reload() @@ -516,6 +521,7 @@ export default { const { workNumber, schoolId } = this.form if (this.binding) { this.$post(this.api.bindPhoneOrEmail, { + mark: this.form.type, phone, types: 2, code: phoneCode, @@ -608,8 +614,9 @@ export default { border: 1px solid #E1E6F2; border-radius: 4px !important; } - .default-check { - text-align: right; + .bottom { + display: flex; + justify-content: space-between; } .el-select { width: 100%; diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index ac304c6..4fc3d31 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -184,6 +184,12 @@
+ +
+
+
+
+
@@ -673,4 +679,38 @@ export default { } } } +.tool { + z-index: 10; + position: fixed; + bottom: 100px; + right: 30px; + .item { + width: 45px; + height: 45px; + margin-bottom: 10px; + border: 1px solid #e5e5e5; + cursor: pointer; + } + .wechat { + background: #fff url(../../../assets/img/index/wechat.png) center center/auto no-repeat; + &:hover { + background-image: url(../../../assets/img/index/wechat-1.png); + background-color: #006EFF; + } + } + .tel { + background: #fff url(../../../assets/img/index/tel.png) center center/auto no-repeat; + &:hover { + background-image: url(../../../assets/img/index/tel-1.png); + background-color: #006EFF; + } + } + .topping { + background: #fff url(../../../assets/img/index/top.png) center center/auto no-repeat; + &:hover { + background-image: url(../../../assets/img/index/top-1.png); + background-color: #006EFF; + } + } +} \ No newline at end of file diff --git a/src/pages/match/details/index.vue b/src/pages/match/details/index.vue index d0a5d95..a0ca9dd 100644 --- a/src/pages/match/details/index.vue +++ b/src/pages/match/details/index.vue @@ -1,9 +1,6 @@