aijinan-system-newVersion/README.md

50 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 济南市移动直播平台 后台管理系统前端
node版本 V14.18.3
测试环境or正式环境在.env中进行修改
快速剪辑src\pages\scene-management\finish\pages\replay\quickClip.vue
线上打包npm run build:pro
1.左侧导航图标由数据库获取 #D8E0FF
成品现场缺少返回字段titleImageShow
2.所有搜索框的样式更改为
<el-input
placeholder="请输入标题"
suffix-icon="el-icon-search"
clearable
class="searchInput"
@keyup.enter.native="getDataList('search')"
v-model="searchForm.title">
</el-input>
scene-management/review/index.vue 现场审核
scene-management/my/index.vue 我的现场 搜索中的搜索栏目待修改接口
scene-management/finish/allList 成品现场
3.列表中数据变颜色
<template slot-scope="scope">
<div class="titleColor">{{scope.row.liveStart}}</div>
</template>
4.缺少栏目列表接口
5.el-switch
<el-switch
v-model="value2"
width="30"
active-color="#5376F2" 5376F2
inactive-color="#C6C6C6"> C6C6C6
</el-switch>
组件A宽高164*92圆角6比例169 328 * 184
组件B宽高346*195圆角0比例169
组件C宽高161*286圆角6比例916
选择组件A 展示组件比例为16/9 组件大小为164*92
选择组件B 展示组件比例为16/9 组件大小为346*195
选择组件C 展示组件比例为9/16 组件大小为161*286