Browse Source

添加判断,闪页连接可以不必填

lex-xin 4 years ago
parent
commit
69742f9c8f

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-24546bb0.16044827.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-8c29df76.7d015dd2.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.bb1608be.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-24546bb0.c8a6e10f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-8c29df76.57088761.js


+ 1 - 1
src/views/contentManager/contentOperation.vue

@@ -33,7 +33,7 @@
           <el-input v-model="form.memo"></el-input>
         </el-form-item>
         <!--  -->
-        <el-form-item v-if="type == 3 || type == 6"
+        <el-form-item v-if="type == 3 || type == 6 || type == 5"
                       label="链接地址">
           <el-input v-model.trim="form.linkUrl"></el-input>
         </el-form-item>

Some files were not shown because too many files changed in this diff