Browse Source

feat():init

geek 4 years ago
parent
commit
e8316f99a0

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


File diff suppressed because it is too large
+ 1 - 0
dist/static/css/chunk-0f44fcf4.0c214367.css


File diff suppressed because it is too large
+ 1 - 0
dist/static/css/chunk-692201b4.0c214367.css


File diff suppressed because it is too large
+ 0 - 1
dist/static/css/chunk-a4efc1e6.546878c2.css


File diff suppressed because it is too large
+ 0 - 1
dist/static/css/chunk-feccc6a6.546878c2.css


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


File diff suppressed because it is too large
+ 1 - 0
dist/static/js/chunk-0f44fcf4.4ab771ab.js


File diff suppressed because it is too large
+ 1 - 0
dist/static/js/chunk-692201b4.7d130335.js


File diff suppressed because it is too large
+ 0 - 1
dist/static/js/chunk-a4efc1e6.1abee65f.js


File diff suppressed because it is too large
+ 0 - 1
dist/static/js/chunk-feccc6a6.d603f48e.js


+ 4 - 1
src/views/setting/components/ArticleDetail.vue

@@ -1,15 +1,18 @@
 <template>
   <div class="createPost-container">
-    <el-form ref="postForm" :label-position="labelPosition" :model="postForm" :rules="rules" class="form-container" label-width="120px">
+    <el-form ref="postForm" :label-position="labelPosition" :model="postForm" :rules="rules" class="form-container" label-width="130px">
       <div class="createPost-main-container">
         <el-form-item prop="site_id" style="" label="siteId">
           <el-input v-model="postForm.site_id" placeholder="" style="width: 200px;" />
+          <span style="margin-left: 10px;color: fuchsia;">(需乙方设置)</span>
         </el-form-item>
         <el-form-item prop="unique_key" style="" label="uniqueKey">
           <el-input v-model="postForm.unique_key" placeholder="" style="width: 200px;" />
+          <span style="margin-left: 10px;color: fuchsia;">(需乙方设置)</span>
         </el-form-item>
         <el-form-item prop="domain" style="" label="域名">
           <el-input v-model="postForm.domain" placeholder="" style="width: 300px;" />
+          <span style="margin-left: 10px;color: fuchsia;">(需乙方设置)</span>
         </el-form-item>
         <el-form-item prop="channel_name" style="" label="频道名称">
           <el-input v-model="postForm.channel_name" placeholder="" style="width: 300px;" />