flat: 暂存

This commit is contained in:
Apcallover
2024-06-20 09:46:41 +08:00
parent 9a61fca92f
commit 704d0c9ea7
2 changed files with 8 additions and 8 deletions

View File

@@ -74,13 +74,13 @@
</template> </template>
<!--自定义按钮--> <!--自定义按钮-->
<template slot="menuLeft"> <template slot="menuLeft">
<el-button type="success" size="small" plain icon="el-icon-plus" @click="handleImport" <!-- <el-button type="success" size="small" plain icon="el-icon-plus" @click="handleImport"-->
v-show="vaildData(permission.tenant_main_talents_certain_index_add, false)">批量导入 <!-- v-show="vaildData(permission.tenant_main_talents_certain_index_add, false)">批量导入-->
</el-button> <!-- </el-button>-->
<el-button type="warning" size="small" plain :disabled="!selectionList.length" icon="el-icon-sort" <!-- <el-button type="warning" size="small" plain :disabled="!selectionList.length" icon="el-icon-sort"-->
@click="handleTransfer" <!-- @click="handleTransfer"-->
v-show="vaildData(permission.tenant_main_talents_certain_index_transfergroup, false)">转移推送 <!-- v-show="vaildData(permission.tenant_main_talents_certain_index_transfergroup, false)">转移推送-->
</el-button> <!-- </el-button>-->
<el-button type="danger" size="small" icon="el-icon-delete" @click="handleDelete" <el-button type="danger" size="small" icon="el-icon-delete" @click="handleDelete"
:disabled="!selectionList.length" plain :disabled="!selectionList.length" plain
v-show="vaildData(permission.tenant_main_talents_certain_index_transfergroup, false)"> v-show="vaildData(permission.tenant_main_talents_certain_index_transfergroup, false)">

View File

@@ -24,7 +24,7 @@ module.exports = {
port: 1888, port: 1888,
proxy: { proxy: {
"/api": { "/api": {
target: 'http://192.168.1.105:8000', target: 'http://10.165.0.173:8000',
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {