| | |
| | | # VVUE_APP_API_BASE_URL='http://192.168.0.102:10031' |
| | | |
| | | # 任康本地 |
| | | VUE_APP_API_BASE_URL='http://192.168.1.54:10031' |
| | | # VUE_APP_API_BASE_URL='http://192.168.1.54:10031' |
| | | VUE_APP_API_BASE_URL = 'http://wuhu.dtkey.cn/hfznzzzd' |
| | | |
| | | #焦松本地 |
| | | # VUE_APP_API_BASE_URL='http://192.168.0.36:10011' |
| | |
| | | router.beforeEach((to, from, next) => { |
| | | if (to.path === '/business/screen') { |
| | | // window.open('http://localhost:8080/#/maturity') |
| | | window.open(process.env.VUE_APP_SCREENURL1 + '/screen/#/maturity') |
| | | window.open(process.env.VUE_APP_SCREENURL2) |
| | | next({ name: from.name }) |
| | | return |
| | | } |
| | |
| | | </div> |
| | | </div> |
| | | <div class="box_cate"> |
| | | <div class="list"> |
| | | <div class="list" v-if="list.length > 0"> |
| | | <div class="list_item" v-for="(item, index) in list" :key="index"> |
| | | <div class="list_item_image"> |
| | | <img :src="item.fullLog" alt="" /> |
| | |
| | | <div class="list_zw"></div> |
| | | <div class="list_zw"></div> |
| | | </div> |
| | | <div class="list" v-else> |
| | | <div class="list_wu">无数据</div> |
| | | </div> |
| | | <div class="pagination"> |
| | | <el-pagination |
| | | v-if="list.length > 0" |
| | | @current-change="handleCurrentChange" |
| | | :current-page="page" |
| | | :page-sizes="[12, 24, 36, 48]" |
| | |
| | | capacity: 12, |
| | | page: this.page, |
| | | model: { |
| | | applicationInfo: this.applicationInfo |
| | | applicationInfo: this.applicationInfo, |
| | | status: 0 |
| | | } |
| | | }).then(res => { |
| | | res.records.forEach((item) => { |
| | |
| | | align-items: center; |
| | | flex-wrap: wrap; |
| | | justify-content: space-between; |
| | | .list_wu { |
| | | width: 100%; |
| | | text-align: center; |
| | | margin: 50px 0; |
| | | font-size: 14px; |
| | | color: #666666; |
| | | } |
| | | .list_zw { |
| | | width: 24%; |
| | | height: 0; |
| | |
| | | </div> |
| | | <div class="pagination"> |
| | | <el-pagination |
| | | v-if="list.length > 0" |
| | | @current-change="handleCurrentChange" |
| | | :current-page="page" |
| | | :page-sizes="[12, 24, 36, 48]" |
| | |
| | | row-key="id" |
| | | stripe |
| | | border |
| | | |
| | | |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column type="selection" width="55" align="center" fixed="left"></el-table-column> |
| | | <el-table-column prop="name" label="菜单名称" fixed="left" align="center" min-width="160px"></el-table-column> |
| | | <el-table-column prop="name" label="菜单名称" fixed="left" min-width="160px"></el-table-column> |
| | | <el-table-column prop="icon" label="图标" align="center" min-width="80px" class-name="table-column-icon"> |
| | | <template slot-scope="{row}"> |
| | | <i v-if="row.icon != null && row.icon !== ''" :class="{[row.icon]: true}"></i> |