guhongwei 4 سال پیش
والد
کامیت
805d3accd3
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/adminCenter/test/detail.vue

+ 2 - 2
src/views/adminCenter/test/detail.vue

@@ -6,7 +6,7 @@
           <data-form :fields="fields" :data="form" @save="toSave" returns="/adminCenter/test/index">
             <template #custom="{ item, form }">
               <template v-if="item.model == 'img_url'">
-                <e-upload :limit="1" url="/files/cysci/test_imgurl/upload" type="img_url" v-model="form[item.model]"></e-upload>
+                <e-upload :limit="1" url="/files/study/test_imgurl/upload" type="img_url" v-model="form[item.model]"></e-upload>
               </template>
             </template>
           </data-form>
@@ -31,7 +31,7 @@ export default {
       fields: [
         { label: '标题', model: 'title' },
         { label: '图片文件', model: 'img_url', custom: true },
-        { label: '内容', model: 'content', type: 'editor', url: '/files/cysci/news_editor/upload' },
+        { label: '内容', model: 'content', type: 'editor', url: '/files/study/news_editor/upload' },
       ],
     };
   },