Commit e9b2559e by Thews

20231226汪皖苏

1 parent dfc1951b
......@@ -343,7 +343,7 @@ export default {
},
handleCurrentChange(val) {
this.page.current = val;
this.paramsp.current = val;
this.params.current = val;
this.getList();
},
// 所有操作
......
......@@ -46,13 +46,16 @@
<span >{{dicObj.archiBelongId[scope.row.archiBelongId]}}</span>
</template>
</el-table-column>
<!-- <el-table-column prop="archiLevelName" label="架构层次" align="center"></el-table-column>
<el-table-column prop="archiBelongName" label="架构归属" align="center"></el-table-column> -->
<el-table-column prop="content" label="描述" align="center"></el-table-column>
<el-table-column label="图标" align="center">
<!-- <el-table-column label="图标" align="center">
<template>
<el-button type="text" style="color: #0D867F;">预览</el-button>
</template>
</el-table-column> -->
<el-table-column label="图标" align="center">
<template slot-scope="scope">
<img :src="scope.row.icon" alt="" style="width: 50%;">
</template>
</el-table-column>
<el-table-column prop="version" label="版本" align="center"></el-table-column>
<el-table-column label="状态" align="center">
......
const { defineConfig } = require('@vue/cli-service');
const ip = '172.20.10.3';
// const ip = '172.20.10.3';
const ip = '43.143.211.42';
module.exports = defineConfig({
transpileDependencies: true,
//如果是hash模式, publicPath:"";如果是history, publicPath:"/"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!