Kaynağa Gözat

token失效,401拦截未提示告警信息

wangtao 3 yıl önce
ebeveyn
işleme
f94adc5aee
50 değiştirilmiş dosya ile 343 ekleme ve 33 silme
  1. 2 1
      src/utils/request.js
  2. 0 3
      src/views/index.vue
  3. 2 2
      src/views/login.vue
  4. 9 10
      src/views/recharge/personnel/index.vue
  5. 2 3
      src/views/recharge/qrCode/index.vue
  6. 0 1
      src/views/recharge/userRecharge/index.vue
  7. 17 8
      src/views/system/menu/index.vue
  8. 3 3
      src/views/system/role/index.vue
  9. 0 2
      vue.config.js
  10. BIN
      vuedx.zip
  11. BIN
      vuedx/favicon.ico
  12. 21 0
      vuedx/html/ie.html
  13. 181 0
      vuedx/index.html
  14. 2 0
      vuedx/robots.txt
  15. 0 0
      vuedx/static/css/app.17b9d263.css
  16. 0 0
      vuedx/static/css/chunk-088619b5.e9089cf2.css
  17. 1 0
      vuedx/static/css/chunk-1c3eafb5.0da3fcb4.css
  18. 1 0
      vuedx/static/css/chunk-2d1d87f5.f4f45be1.css
  19. 4 0
      vuedx/static/css/chunk-32ba355e.84f98409.css
  20. 0 0
      vuedx/static/css/chunk-4b5668c0.2cbded2b.css
  21. 1 0
      vuedx/static/css/chunk-6a3a862b.02c39c52.css
  22. 1 0
      vuedx/static/css/chunk-6f6e7ec6.c81cc921.css
  23. 0 0
      vuedx/static/css/chunk-968dad3a.54dfc0bb.css
  24. 15 0
      vuedx/static/css/chunk-libs.ea078ece.css
  25. BIN
      vuedx/static/fonts/element-icons.535877f5.woff
  26. BIN
      vuedx/static/fonts/element-icons.732389de.ttf
  27. BIN
      vuedx/static/img/401.089007e7.gif
  28. BIN
      vuedx/static/img/404.a57b6f31.png
  29. BIN
      vuedx/static/img/404_cloud.0f4bc32b.png
  30. BIN
      vuedx/static/img/bg.1a7b14da.png
  31. 39 0
      vuedx/static/img/dark.412ca67e.svg
  32. 39 0
      vuedx/static/img/light.4183aad0.svg
  33. BIN
      vuedx/static/img/logo-b.fd92c04e.png
  34. BIN
      vuedx/static/img/logo.847312f6.png
  35. BIN
      vuedx/static/img/tj1.b68f0515.png
  36. BIN
      vuedx/static/img/tj2.fa68c989.png
  37. 0 0
      vuedx/static/js/app.ff043f09.js
  38. 0 0
      vuedx/static/js/chunk-088619b5.87c50e30.js
  39. 0 0
      vuedx/static/js/chunk-1c3eafb5.0c86e8af.js
  40. 0 0
      vuedx/static/js/chunk-2d0b2b28.9ffc10ea.js
  41. 0 0
      vuedx/static/js/chunk-2d0e2366.68f2ed78.js
  42. 1 0
      vuedx/static/js/chunk-2d0f012d.1bde8e38.js
  43. 1 0
      vuedx/static/js/chunk-2d1d87f5.f9d949cf.js
  44. 0 0
      vuedx/static/js/chunk-32ba355e.25bb1341.js
  45. 1 0
      vuedx/static/js/chunk-4b5668c0.55584802.js
  46. 0 0
      vuedx/static/js/chunk-6a3a862b.ff629e0b.js
  47. 0 0
      vuedx/static/js/chunk-6f6e7ec6.57a20706.js
  48. 0 0
      vuedx/static/js/chunk-968dad3a.c51128ec.js
  49. 0 0
      vuedx/static/js/chunk-elementUI.5170e8b1.js
  50. 0 0
      vuedx/static/js/chunk-libs.b64e9255.js

+ 2 - 1
src/utils/request.js

@@ -67,7 +67,8 @@ service.interceptors.response.use(res => {
                     location.href = '/vuedx/#/';
                 })
             }).catch(() => {});
-            return Promise.reject()
+            // return Promise.reject()
+            return msg && Promise.reject(new Error(msg)) || ""
         } else if (code === 500) {
             Message({
                 message: msg,

+ 0 - 3
src/views/index.vue

@@ -296,7 +296,6 @@ export default {
     },
     payTypeCollect(){ //支付方式
       payTypeCollectApi().then(response => {
-        console.log(response.data)
         let arr = response.data
         var total = ''
         for(let i = 0; i<arr.length; i++){
@@ -314,10 +313,8 @@ export default {
             arr[i].money = arr.find(val=>val.payType == Number(i+1)).money
             arr[i].payType = arr.find(val=>val.payType == Number(i+1)).payType
             arr[i].radio = arr.find(val=>val.payType == Number(i+1)).radio
-            console.log(arr.find(val=>val.payType == Number(i+1)).payType)
           }
         }
-        console.log(arr)
         this.payTypeCollectList = arr
       });
     },

+ 2 - 2
src/views/login.vue

@@ -7,7 +7,7 @@
     </div>
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
       <h3 class="title">用户登录 <span>LOGIN</span></h3>
-      <el-form-item prop="username">
+      <el-form-item prop="username" >
         <el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
         </el-input>
@@ -161,7 +161,6 @@ export default {
           }
           this.$store.dispatch("Login", this.loginForm).then((res) => {
             this.$router.push({ path: "/index"}).catch(()=>{});
-
           }).catch(() => {
             this.loading = false;
             if (this.captchaOnOff) {
@@ -235,6 +234,7 @@ export default {
   padding: 63px 35px;
   .el-input {
     height: 40px;
+    font-size: 16px !important;
     input {
       height: 40px;
     }

+ 9 - 10
src/views/recharge/personnel/index.vue

@@ -57,7 +57,7 @@
             @click="radio(scope.row)"
           >充值</el-button>
         </template>
-      </el-table-column> 
+      </el-table-column>
     </el-table>
     <!-- 添加或修改参数配置对话框 -->
     <el-dialog   :title="title" :visible.sync="open" width="600px" append-to-body :before-close="cancel" :close-on-click-modal="false"  >
@@ -74,7 +74,7 @@
         <el-button @click="cancel">取 消</el-button>
       </div>
     </el-dialog>
-    <pagination 
+    <pagination
       v-show="total>0"
       :total="total"
       :page.sync="queryParams.current"
@@ -89,7 +89,7 @@ import {  listChannel, personJob, staff } from "@/api/recharge/personnel";
 import { allRadio } from "@/api/recharge/radio";
 export default {
   name: "admin",
-  data() { 
+  data() {
     return {
       // 遮罩层
       loading: true,
@@ -152,7 +152,7 @@ export default {
   },
   created() {
     this.getList();
-    this.getListczgl(); 
+    this.getListczgl();
   },
   methods: {
     forceUpdate(){ //重置form
@@ -162,7 +162,6 @@ export default {
     getList() {
       this.loading = true;
       listChannel(this.addDateRange(this.queryParams)).then(response => {
-        console.log(response)
           this.adminList = response.data.records;
           this.total = response.data.total;
           this.loading = false;
@@ -212,8 +211,8 @@ export default {
       }else{
         this.$message.error('同步人员信息不能为空')
       }
-      
-      
+
+
     },
     /** 搜索按钮操作 */
     handleQuery() {
@@ -263,8 +262,8 @@ export default {
       }else{
         this.$message.error('请勾选需要批量处理充值到账比例人员信息')
       }
-      
-      
+
+
     },
     /** 提交按钮 */
     submitForm() {
@@ -286,7 +285,7 @@ export default {
               this.getList();
               this.reset()
             }).catch(err=>{
-              this.loading = false; 
+              this.loading = false;
             })
           }
         }

+ 2 - 3
src/views/recharge/qrCode/index.vue

@@ -56,11 +56,11 @@
       <!-- <el-table-column type="selection" width="55" align="center" /> -->
       <el-table-column label="二维码名称" align="center" prop="name" />
       <el-table-column label="渠道名称" align="center" prop="topChannelName"/>
-     
+
       <el-table-column label="二维码" align="center" prop="qrPath" >
         <!-- <div class="qrcode" ref="qrCodeUrl"></div> -->
         <template slot-scope="scope" >
-          
+
           <el-image
             v-if="scope.row.qrPath"
             style="width: 24px; height: 24px"
@@ -193,7 +193,6 @@ export default {
     getList() {
       this.loading = true;
       listCode(this.addDateRange(this.queryParams)).then(response => {
-        console.log(response)
         var data = response.data.records
         for(let i =0;i<data.length; i++){
           QRCode.toDataURL(data[i].qrPath).then(imgData => {

+ 0 - 1
src/views/recharge/userRecharge/index.vue

@@ -124,7 +124,6 @@ export default {
   },
   methods: {
     creatQrCode(url) {
-      console.log(url)
       var qrcode = new QRCode(this.$refs.qrCodeUrl, {
           text: url, // 需要转换为二维码的内容
           width: 250,

+ 17 - 8
src/views/system/menu/index.vue

@@ -63,16 +63,16 @@
       </el-table-column>
       <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">
-          <el-button size="mini" 
-            type="text" 
-            icon="el-icon-edit" 
+          <el-button size="mini"
+            type="text"
+            icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
             v-hasPermi="['system:menu:edit']"
           >修改</el-button>
-          <el-button 
-            size="mini" 
-            type="text" 
-            icon="el-icon-plus" 
+          <el-button
+            size="mini"
+            type="text"
+            icon="el-icon-plus"
             @click="handleAdd(scope.row)"
             v-hasPermi="['system:menu:add']"
           >新增</el-button>
@@ -316,8 +316,17 @@ export default {
     getList() {
       this.loading = true;
       listMenu(this.queryParams).then(response => {
+        // for(let i = 0; i<response.data.length; i++){
+        //   if(response.data[i].menuName == "岗位查询"){
+        //     this.menuList = this.handleTree((response.data).splice(0,i), "menuId");
+        //     this.loading = false;
+        //   }else{
+
+        //   }
+        // }
         this.menuList = this.handleTree(response.data, "menuId");
         this.loading = false;
+
       });
     },
     /** 转换菜单数据结构 */
@@ -444,4 +453,4 @@ export default {
     }
   }
 };
-</script>
+</script>

+ 3 - 3
src/views/system/role/index.vue

@@ -216,7 +216,7 @@
         </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer">
-       
+
         <el-button type="primary" @click="submitForm" v-if="!loading">确 定</el-button>
         <el-button :loading="loading" type="primary"  v-else>提交中...</el-button>
         <el-button @click="cancel">取 消</el-button>
@@ -367,7 +367,7 @@ export default {
     this.getDicts("sys_normal_disable").then(response => {
       this.statusOptions = response.data;
     });
-    
+
   },
   methods: {
     /** 查询角色列表 */
@@ -654,4 +654,4 @@ export default {
     }
   }
 };
-</script>
+</script>

+ 0 - 2
vue.config.js

@@ -33,10 +33,8 @@ module.exports = {
         proxy: {
             // detail: https://cli.vuejs.org/config/#devserver-proxy
             [process.env.VUE_APP_BASE_API]: {
-                //target: 'https://wx.ewoogi.com/dxapi/',
                 //target: `http://172.16.120.104:8085`, //本地
                 target: 'https://smartpark.caih.com/dxapi/', //东信
-                //target: 'https://qhome.usky.cn/dxapi/', //75服务器
                 changeOrigin: true,
                 pathRewrite: {
                     ['^' + process.env.VUE_APP_BASE_API]: ''

BIN
vuedx.zip


BIN
vuedx/favicon.ico


Dosya farkı çok büyük olduğundan ihmal edildi
+ 21 - 0
vuedx/html/ie.html


Dosya farkı çok büyük olduğundan ihmal edildi
+ 181 - 0
vuedx/index.html


+ 2 - 0
vuedx/robots.txt

@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/css/app.17b9d263.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/css/chunk-088619b5.e9089cf2.css


+ 1 - 0
vuedx/static/css/chunk-1c3eafb5.0da3fcb4.css

@@ -0,0 +1 @@
+.user-info-head[data-v-1ccee4f2]{position:relative;display:inline-block;height:120px}.user-info-head[data-v-1ccee4f2]:hover:after{content:"+";position:absolute;left:0;right:0;top:0;bottom:0;color:#eee;background:rgba(0,0,0,.5);font-size:24px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;line-height:110px;border-radius:50%}

+ 1 - 0
vuedx/static/css/chunk-2d1d87f5.f4f45be1.css

@@ -0,0 +1 @@
+.errPage-container[data-v-0e5c12bd]{width:800px;max-width:100%;margin:100px auto}.errPage-container .pan-back-btn[data-v-0e5c12bd]{background:#008489;color:#fff;border:none!important}.errPage-container .pan-gif[data-v-0e5c12bd]{margin:0 auto;display:block}.errPage-container .pan-img[data-v-0e5c12bd]{display:block;margin:0 auto;width:100%}.errPage-container .text-jumbo[data-v-0e5c12bd]{font-size:60px;font-weight:700;color:#484848}.errPage-container .list-unstyled[data-v-0e5c12bd]{font-size:14px}.errPage-container .list-unstyled li[data-v-0e5c12bd]{padding-bottom:5px}.errPage-container .list-unstyled a[data-v-0e5c12bd]{color:#008489;text-decoration:none}.errPage-container .list-unstyled a[data-v-0e5c12bd]:hover{text-decoration:underline}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 4 - 0
vuedx/static/css/chunk-32ba355e.84f98409.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/css/chunk-4b5668c0.2cbded2b.css


+ 1 - 0
vuedx/static/css/chunk-6a3a862b.02c39c52.css

@@ -0,0 +1 @@
+.register{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;background-size:cover}.title{margin:0 auto 30px auto;text-align:center;color:#707070}.register-form{border-radius:6px;background:#fff;width:400px;padding:25px 25px 5px 25px}.register-form .el-input,.register-form .el-input input{height:38px}.register-form .input-icon{height:39px;width:14px;margin-left:2px}.register-tip{font-size:13px;text-align:center;color:#bfbfbf}.register-code{width:33%;height:38px;float:right}.register-code img{cursor:pointer;vertical-align:middle}.el-register-footer{height:40px;line-height:40px;position:fixed;bottom:0;width:100%;text-align:center;color:#fff;font-family:Arial;font-size:12px;letter-spacing:1px}.register-code-img{height:38px}

+ 1 - 0
vuedx/static/css/chunk-6f6e7ec6.c81cc921.css

@@ -0,0 +1 @@
+.bg{overflow:hidden;position:fixed}.bg,.bg .bgimg{width:100%;height:100%;top:0;left:0;z-index:-1}.bg .bgimg{position:absolute}.logo{width:100%;position:fixed;top:0}.logo img{width:152px;margin:10px 2rem 0 20px;vertical-align:middle}.logo .logo_txt{font-size:1.5rem;color:#fff;vertical-align:middle;letter-spacing:4px}.login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;background-size:cover}.title{margin:0 auto 30px auto;text-align:left;color:#000;font-size:20px}.title span{margin-left:10px;opacity:.25}.login-form{border-radius:6px;background:#fff;width:456px;padding:63px 35px}.login-form .el-input{height:40px;font-size:16px!important}.login-form .el-input input{height:40px}.login-form .input-icon{height:39px;width:14px;margin-left:2px}.login-tip{font-size:13px;text-align:center;color:#bfbfbf}.login-code{width:33%;height:38px;float:right}.login-code img{cursor:pointer;vertical-align:middle}.el-login-footer{height:40px;line-height:40px;position:fixed;bottom:0;width:100%;text-align:center;color:#fff;font-family:Arial;font-size:12px;letter-spacing:1px}.login-code-img{height:38px}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/css/chunk-968dad3a.54dfc0bb.css


Dosya farkı çok büyük olduğundan ihmal edildi
+ 15 - 0
vuedx/static/css/chunk-libs.ea078ece.css


BIN
vuedx/static/fonts/element-icons.535877f5.woff


BIN
vuedx/static/fonts/element-icons.732389de.ttf


BIN
vuedx/static/img/401.089007e7.gif


BIN
vuedx/static/img/404.a57b6f31.png


BIN
vuedx/static/img/404_cloud.0f4bc32b.png


BIN
vuedx/static/img/bg.1a7b14da.png


+ 39 - 0
vuedx/static/img/dark.412ca67e.svg

@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="52px" height="45px" viewBox="0 0 52 45" version="1.1" 
+    xmlns="http://www.w3.org/2000/svg" 
+    xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <filter x="-9.4%" y="-6.2%" width="118.8%" height="122.5%" filterUnits="objectBoundingBox" id="filter-1">
+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.15 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
+            <feMerge>
+                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
+                <feMergeNode in="SourceGraphic"></feMergeNode>
+            </feMerge>
+        </filter>
+        <rect id="path-2" x="0" y="0" width="48" height="40" rx="4"></rect>
+        <filter x="-4.2%" y="-2.5%" width="108.3%" height="110.0%" filterUnits="objectBoundingBox" id="filter-4">
+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
+        </filter>
+    </defs>
+    <g id="配置面板" width="48" height="40" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="setting-copy-2" width="48" height="40" transform="translate(-1190.000000, -136.000000)">
+            <g id="Group-8" width="48" height="40" transform="translate(1167.000000, 0.000000)">
+                <g id="Group-5-Copy-5" filter="url(#filter-1)" transform="translate(25.000000, 137.000000)">
+                    <mask id="mask-3" fill="white">
+                        <use xlink:href="#path-2"></use>
+                    </mask>
+                    <g id="Rectangle-18">
+                        <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
+                        <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-2"></use>
+                    </g>
+                    <rect id="Rectangle-11" fill="#FFFFFF" mask="url(#mask-3)" x="0" y="0" width="48" height="10"></rect>
+                    <rect id="Rectangle-18" fill="#303648" mask="url(#mask-3)" x="0" y="0" width="16" height="40"></rect>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>

+ 39 - 0
vuedx/static/img/light.4183aad0.svg

@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="52px" height="45px" viewBox="0 0 52 45" version="1.1" 
+    xmlns="http://www.w3.org/2000/svg" 
+    xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <filter x="-9.4%" y="-6.2%" width="118.8%" height="122.5%" filterUnits="objectBoundingBox" id="filter-1">
+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="1" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.15 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
+            <feMerge>
+                <feMergeNode in="shadowMatrixOuter1"></feMergeNode>
+                <feMergeNode in="SourceGraphic"></feMergeNode>
+            </feMerge>
+        </filter>
+        <rect id="path-2" x="0" y="0" width="48" height="40" rx="4"></rect>
+        <filter x="-4.2%" y="-2.5%" width="108.3%" height="110.0%" filterUnits="objectBoundingBox" id="filter-4">
+            <feOffset dx="0" dy="1" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
+            <feGaussianBlur stdDeviation="0.5" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
+            <feColorMatrix values="0 0 0 0 0   0 0 0 0 0   0 0 0 0 0  0 0 0 0.1 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
+        </filter>
+    </defs>
+    <g id="配置面板" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g id="setting-copy-2" transform="translate(-1254.000000, -136.000000)">
+            <g id="Group-8" transform="translate(1167.000000, 0.000000)">
+                <g id="Group-5" filter="url(#filter-1)" transform="translate(89.000000, 137.000000)">
+                    <mask id="mask-3" fill="white">
+                        <use xlink:href="#path-2"></use>
+                    </mask>
+                    <g id="Rectangle-18">
+                        <use fill="black" fill-opacity="1" filter="url(#filter-4)" xlink:href="#path-2"></use>
+                        <use fill="#F0F2F5" fill-rule="evenodd" xlink:href="#path-2"></use>
+                    </g>
+                    <rect id="Rectangle-18" fill="#FFFFFF" mask="url(#mask-3)" x="0" y="0" width="16" height="40"></rect>
+                    <rect id="Rectangle-11" fill="#FFFFFF" mask="url(#mask-3)" x="0" y="0" width="48" height="10"></rect>
+                </g>
+            </g>
+        </g>
+    </g>
+</svg>

BIN
vuedx/static/img/logo-b.fd92c04e.png


BIN
vuedx/static/img/logo.847312f6.png


BIN
vuedx/static/img/tj1.b68f0515.png


BIN
vuedx/static/img/tj2.fa68c989.png


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/app.ff043f09.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-088619b5.87c50e30.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-1c3eafb5.0c86e8af.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-2d0b2b28.9ffc10ea.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-2d0e2366.68f2ed78.js


+ 1 - 0
vuedx/static/js/chunk-2d0f012d.1bde8e38.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0f012d"],{"9b8f":function(e,r,n){"use strict";n.r(r);n("ac1f"),n("5319");var t,u,a={created:function(){var e=this.$route,r=e.params,n=e.query,t=r.path;this.$router.replace({path:"/"+t,query:n})},render:function(e){return e()}},c=a,o=n("2877"),p=Object(o["a"])(c,t,u,!1,null,null,null);r["default"]=p.exports}}]);

+ 1 - 0
vuedx/static/js/chunk-2d1d87f5.f9d949cf.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d1d87f5"],{9798:function(t,e,s){},cc6c:function(t,e,s){t.exports=s.p+"static/img/401.089007e7.gif"},e356:function(t,e,s){"use strict";s("9798")},ec55:function(t,e,s){"use strict";s.r(e);var a=function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",{staticClass:"errPage-container"},[s("el-button",{staticClass:"pan-back-btn",attrs:{icon:"arrow-left"},on:{click:t.back}},[t._v(" 返回 ")]),s("el-row",[s("el-col",{attrs:{span:12}},[s("h1",{staticClass:"text-jumbo text-ginormous"},[t._v(" 401错误! ")]),s("h2",[t._v("您没有访问权限!")]),s("h6",[t._v("对不起,您没有访问权限,请不要进行非法操作!您可以返回主页面")]),s("ul",{staticClass:"list-unstyled"},[s("li",{staticClass:"link-type"},[s("router-link",{attrs:{to:"/index"}},[t._v(" 回首页 ")])],1)])]),s("el-col",{attrs:{span:12}},[s("img",{attrs:{src:t.errGif,width:"313",height:"428",alt:"Girl has dropped her ice cream."}})])],1)],1)},c=[],n=s("cc6c"),r=s.n(n),i={name:"Page401",data:function(){return{errGif:r.a+"?"+ +new Date}},methods:{back:function(){this.$route.query.noGoBack?this.$router.push({path:"/"}):this.$router.go(-1)}}},o=i,l=(s("e356"),s("2877")),u=Object(l["a"])(o,a,c,!1,null,"0e5c12bd",null);e["default"]=u.exports}}]);

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-32ba355e.25bb1341.js


+ 1 - 0
vuedx/static/js/chunk-4b5668c0.55584802.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4b5668c0"],{"26fc":function(t,s,i){t.exports=i.p+"static/img/404_cloud.0f4bc32b.png"},2754:function(t,s,i){"use strict";i.r(s);var c=function(){var t=this,s=t.$createElement,i=t._self._c||s;return i("div",{staticClass:"wscn-http404-container"},[i("div",{staticClass:"wscn-http404"},[t._m(0),i("div",{staticClass:"bullshit"},[i("div",{staticClass:"bullshit__oops"},[t._v(" 404错误! ")]),i("div",{staticClass:"bullshit__headline"},[t._v(" "+t._s(t.message)+" ")]),i("div",{staticClass:"bullshit__info"},[t._v(" 对不起,您正在寻找的页面不存在。尝试检查URL的错误,然后按浏览器上的刷新按钮或尝试在我们的应用程序中找到其他内容。 ")]),i("router-link",{staticClass:"bullshit__return-home",attrs:{to:"/index"}},[t._v(" 返回首页 ")])],1)])])},a=[function(){var t=this,s=t.$createElement,c=t._self._c||s;return c("div",{staticClass:"pic-404"},[c("img",{staticClass:"pic-404__parent",attrs:{src:i("a36b"),alt:"404"}}),c("img",{staticClass:"pic-404__child left",attrs:{src:i("26fc"),alt:"404"}}),c("img",{staticClass:"pic-404__child mid",attrs:{src:i("26fc"),alt:"404"}}),c("img",{staticClass:"pic-404__child right",attrs:{src:i("26fc"),alt:"404"}})])}],e={name:"Page404",computed:{message:function(){return"找不到网页!"}}},l=e,n=(i("e077"),i("2877")),r=Object(n["a"])(l,c,a,!1,null,"267f2676",null);s["default"]=r.exports},"2e5e":function(t,s,i){},a36b:function(t,s,i){t.exports=i.p+"static/img/404.a57b6f31.png"},e077:function(t,s,i){"use strict";i("2e5e")}}]);

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-6a3a862b.ff629e0b.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-6f6e7ec6.57a20706.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-968dad3a.c51128ec.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-elementUI.5170e8b1.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
vuedx/static/js/chunk-libs.b64e9255.js


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor