Browse Source

fix: 图片静态资源

wangzihao 1 year ago
parent
commit
1b3dcfe4e1

+ 4 - 1
ruoyi-ui/.env.development

@@ -4,8 +4,11 @@ VUE_APP_TITLE = 遥控器后台管理系统
 # 开发环境配置
 ENV = 'development'
 
-# 黑龙江移动线上渠道管理系统/开发环境
+# 遥控器后台管理系统/开发环境
 VUE_APP_BASE_API = 'http://admin.info666.com/api'
 
+# 静态资源访问路径
+VUE_APP_FILE_STATIC = 'http://admin.info666.com/api'
+
 # 路由懒加载
 VUE_CLI_BABEL_TRANSPILE_MODULES = true

+ 9 - 0
ruoyi-ui/src/views/template/addTemplate/blocks/config.js

@@ -28,6 +28,15 @@ const formConfig = function(){
       attrs: {
         list: this.allBase
       }
+    },
+    {
+      itemType: "fileUpload",
+      prop: "backgroundPictureUrl",
+      label:'背景图',
+      btnText: '上传背景图',
+      attrs: {
+        placeholder: '上传背景图',
+      }
     }
   ]
 }

+ 1 - 0
ruoyi-ui/src/views/template/addTemplate/blocks/detailDialog.vue

@@ -18,6 +18,7 @@
         :rules="fromRules"
         label-position="left"
         :key="fromKey"
+        :column="4"
       />
       <div class="box">
         <div class="box-btns">