liuyg
2022-03-24 4342ccaa6a8dff9f10554867891c3abfbc23f0b1
Merge branch 'master' of http://192.168.0.105:10010/r/school-java-web
2 files modified
18 ■■■■ changed files
src/router/views/index.js 4 ●●●● patch | view | raw | blame | history
src/views/sp/sp.vue 14 ●●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -150,7 +150,7 @@
    redirect: '/vr/index',
    children: [{
      path: 'index',
      name: '实景',
      name: '实景管理',
      meta: {
        i18n: 'index'
      },
@@ -164,7 +164,7 @@
    redirect: '/sp/index',
    children: [{
      path: 'index',
      name: '实景',
      name: '视频管理',
      meta: {
        i18n: 'index'
      },
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,