liuyg
2022-03-24 4342ccaa6a8dff9f10554867891c3abfbc23f0b1
src/views/sp/sp.vue
@@ -81,8 +81,22 @@
            ],
          },
          {
            label: "视频格式",
            disabled: true,
            prop: "spgs",
            type: "select",
            value:"m3u8",
            dicData: [
              {
                label: "m3u8",
                value: "m3u8"
              },
            ],
          },
          {
            label: "视频地址",
            prop: "vrurl",
            span: 24,
            rules: [
              {
                required: true,