Ver código fonte

Merge branch 'master' of http://192.168.0.115:3000/chenzhiguang/xinjiang_army

tremble 3 anos atrás
pai
commit
71212978c2

+ 2 - 2
new_backstage/src/configue/menu.js

@@ -65,13 +65,13 @@ let routes = [
     param: [
       {
         key: "type",
-        default: "info", //阅历:info,共享:share
+        default: "share", //阅历:info,共享:share
       },
     ],
     editParam: [
       {
         key: "type",
-        default: "info",
+        default: "share",
       },
       {
         key: "id",

+ 1 - 1
new_backstage/src/pages/content/collection/componets/img.vue

@@ -51,7 +51,7 @@
     </el-form-item>
     <!-- 新增的链接 -->
     <el-form-item label="链接:">
-      <el-input v-model.trim="form.link"></el-input>
+      <el-input v-model.trim="form.link" maxlength="499"></el-input>
     </el-form-item>
   </div>
 </template>

+ 1 - 1
new_backstage/src/pages/content/collection/componets/video.vue

@@ -44,7 +44,7 @@
     </el-form-item>
     <!-- 新增的链接 -->
     <el-form-item label="链接:">
-      <el-input v-model.trim="form.link"></el-input>
+      <el-input v-model.trim="form.link" maxlength="499"></el-input>
     </el-form-item>
   </div>
 </template>