zengh
2021-08-22 14eff62bc675800ebc2216f928aecf11b2fb4700
问题修复
3 files modified
15 ■■■■■ changed files
public/app/qfqk.apk patch | view | raw | blame | history
src/router/axios.js 2 ●●● patch | view | raw | blame | history
src/views/article/article.vue 13 ●●●●● patch | view | raw | blame | history
public/app/qfqk.apk
Binary files differ
src/router/axios.js
@@ -17,7 +17,7 @@
import 'nprogress/nprogress.css';
//默认超时时间
axios.defaults.timeout = 10000;
axios.defaults.timeout = 3000000;
//返回其他状态码
axios.defaults.validateStatus = function (status) {
  return status >= 200 && status <= 500;
src/views/article/article.vue
@@ -167,18 +167,14 @@
          {
            label: "视频",
            prop: "videoUrl",
            dataType: "array",
            type: "upload",
            accept: "video/mp4",
            display: true,
            hide: true,
            viewDisplay: true,
            editDisabled: true,
            listType: "picture",
            action: "http://web.byisf.com:82/blade-jfpts/depl/put-depl",
            listType: "picture-img",
              action: "/api/depl/put-depl",
            propsHttp: {
              res: "data",
              url: "link",
              url: "data",
            },
          },
          {
@@ -191,8 +187,7 @@
              //   lineHeights: ['1', '1.15', '1.6', '2', '2.5', '3']
              // },//wangEditor编辑的配置
              props: {
                res: "data",
                url: "link",
                res: "data"
              },
            },
            hide: true,