Commit 6903462c by 无尘

fix:修改接口判断

parent a917eb16
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>达摩</title><link href=css/chunk-04e9ea4e.aa5fe7a3.css rel=prefetch><link href=css/chunk-065fe7dc.59780768.css rel=prefetch><link href=css/chunk-399f6e60.8fb81c48.css rel=prefetch><link href=css/chunk-72144b9c.01e3f426.css rel=prefetch><link href=js/chunk-04e9ea4e.61544795.js rel=prefetch><link href=js/chunk-065fe7dc.a0553440.js rel=prefetch><link href=js/chunk-399f6e60.df45a3f5.js rel=prefetch><link href=js/chunk-72144b9c.30ec13b2.js rel=prefetch><link href=css/app.cfda35a7.css rel=preload as=style><link href=js/app.52fa9159.js rel=preload as=script><link href=js/chunk-vendors.428de956.js rel=preload as=script><link href=css/app.cfda35a7.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.428de956.js></script><script src=js/app.52fa9159.js></script></body></html> <!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"><link rel=icon href=favicon.ico><title>达摩</title><link href=css/chunk-04e9ea4e.aa5fe7a3.css rel=prefetch><link href=css/chunk-065fe7dc.59780768.css rel=prefetch><link href=css/chunk-399f6e60.8fb81c48.css rel=prefetch><link href=css/chunk-a5cdd3f4.08ca5b11.css rel=prefetch><link href=js/chunk-04e9ea4e.61544795.js rel=prefetch><link href=js/chunk-065fe7dc.a0553440.js rel=prefetch><link href=js/chunk-399f6e60.df45a3f5.js rel=prefetch><link href=js/chunk-a5cdd3f4.94b7af85.js rel=prefetch><link href=css/app.cfda35a7.css rel=preload as=style><link href=js/app.9938f14a.js rel=preload as=script><link href=js/chunk-vendors.428de956.js rel=preload as=script><link href=css/app.cfda35a7.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.428de956.js></script><script src=js/app.9938f14a.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-07-23 17:18:25 * @Date: 2020-07-23 17:18:25
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-08-06 17:59:47 * @LastEditTime: 2020-08-06 18:01:06
--> -->
<template> <template>
<div class="index-contain"> <div class="index-contain">
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
that.$nextTick(()=>{ that.$nextTick(()=>{
Toast(resData.message); Toast(resData.message);
}) })
}, 1500); }, 1000);
}) })
} }
}else { }else {
...@@ -166,7 +166,7 @@ export default { ...@@ -166,7 +166,7 @@ export default {
that.$nextTick(()=>{ that.$nextTick(()=>{
Toast(resData.message); Toast(resData.message);
}) })
}, 1500); }, 1000);
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment