ALIEZ 2 months ago
parent
commit
d29cd6efb0
7 changed files with 3 additions and 5 deletions
  1. 0 0
      css/Real.3285a27e.css
  2. BIN
      img/logo.jpg
  3. 1 1
      index.html
  4. 0 0
      js/Real.a1771265.js
  5. 0 0
      js/Real.ff91c1fd.js
  6. 0 0
      js/app.c88ceb44.js
  7. 2 4
      js/forget.js

File diff suppressed because it is too large
+ 0 - 0
css/Real.3285a27e.css


BIN
img/logo.jpg


+ 1 - 1
index.html

@@ -1 +1 @@
-<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><link rel=icon href=/favicon.ico><link href=/css/preloading.css rel=stylesheet type=text/css><title>CWG-管理系统</title><link href=/css/app.73806ec2.css rel=preload as=style><link href=/js/app.f86f3b45.js rel=preload as=script><link href=/js/chunk-vendors.db1aed8f.js rel=preload as=script><link href=/css/app.73806ec2.css rel=stylesheet></head><body><noscript><strong>We're sorry but crm-system doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app><div id=pre style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000;"><div style="background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%;"><div style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);"><div class=line-scale><div></div><div></div><div></div><div></div><div></div></div></div></div></div></div><script src=/js/chunk-vendors.db1aed8f.js></script><script src=/js/app.f86f3b45.js></script></body></html>
+<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><link rel=icon href=/favicon.ico><link href=/css/preloading.css rel=stylesheet type=text/css><title>CWG-管理系统</title><link href=/css/app.73806ec2.css rel=preload as=style><link href=/js/app.c88ceb44.js rel=preload as=script><link href=/js/chunk-vendors.db1aed8f.js rel=preload as=script><link href=/css/app.73806ec2.css rel=stylesheet></head><body><noscript><strong>We're sorry but crm-system doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app><div id=pre style="position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100000;"><div style="background-color: rgba(0, 0, 0, .8); width: 100%; height: 100%;"><div style="position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);"><div class=line-scale><div></div><div></div><div></div><div></div><div></div></div></div></div></div></div><script src=/js/chunk-vendors.db1aed8f.js></script><script src=/js/app.c88ceb44.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
js/Real.a1771265.js


File diff suppressed because it is too large
+ 0 - 0
js/Real.ff91c1fd.js


File diff suppressed because it is too large
+ 0 - 0
js/app.c88ceb44.js


+ 2 - 4
js/forget.js

@@ -92,10 +92,8 @@ let vm = new Vue({
       send: async function () {
         this.$refs["params"].validate(async valid => {
           if (valid) {
-            let hostParts = window.location.host.split('.');
-            let tld = hostParts.slice(2).join('.') || 'com';
             axios.defaults.headers.common['Access-Token'] = window.location.search.split('?token=')[1];
-            axios.post('https://admin.' + this.ho + "." + tld + '/user/update/email/password', {
+            axios.post('https://admin.' + this.ho + '.com/user/update/email/password', {
               ...this.params
               //参数
             }).then(res => {//请求成功后的处理函数
@@ -105,7 +103,7 @@ let vm = new Vue({
                   type: 'success'
                 });
                 setTimeout(() => {
-                  window.location.href = 'https://admin.' + this.ho + "." + tld
+                  window.location.href = 'https://admin.' + this.ho + '.com'
                 }, 2000);
               } else {
                 this.$message.error(res.data.msg);

Some files were not shown because too many files changed in this diff