Browse Source

url

ctt_dev
chutingting 1 year ago
parent
commit
7151d06fc5
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/views/privatization/index.vue
  2. +1
    -1
      src/views/separation/index.vue
  3. +1
    -1
      src/views/voiceprint/index.vue

+ 1
- 1
src/views/privatization/index.vue View File

@@ -3,5 +3,5 @@
* @Description: 定制分身 * @Description: 定制分身
--> -->
<template> <template>
<iframe src="https://mtest.metavatar.cc/priMakeHtml/siyouhuabushu/index.shtml" style="width: 100%;height:86vh"></iframe>
<iframe src="/priMakeHtml/siyouhuabushu/index.shtml" style="width: 100%;height:86vh"></iframe>
</template> </template>

+ 1
- 1
src/views/separation/index.vue View File

@@ -2,5 +2,5 @@
* @Description: 定制声纹 * @Description: 定制声纹
--> -->
<template> <template>
<iframe src="https://mtest.metavatar.cc/priMakeHtml/dingzhishengwen/index.shtml" style="width: 100%;height:86vh"></iframe>
<iframe src="/priMakeHtml/dingzhifenshen/index.shtml" style="width: 100%;height:86vh"></iframe>
</template> </template>

+ 1
- 1
src/views/voiceprint/index.vue View File

@@ -2,5 +2,5 @@
* @Description: 定制分身 * @Description: 定制分身
--> -->
<template> <template>
<iframe src="https://mtest.metavatar.cc/priMakeHtml/dingzhifenshen/index.shtml" style="width: 100%;height:86vh"></iframe>
<iframe src="/priMakeHtml/dingzhishengwen/index.shtml" style="width: 100%;height:86vh"></iframe>
</template> </template>

Loading…
Cancel
Save