This commit is contained in:
邱贞招 2024-08-16 14:42:20 +08:00
parent 89da984101
commit 5bd18b982a
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@ VUE_APP_TITLE = 共享电动车管理系统
ENV = 'production'
# 共享电动车管理系统/生产环境
VUE_APP_BASE_API = 'https://che.chuangtewl.com/prod-api'
VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api'
# 小程序外链跳转设备
VUE_APP_WX_DEVICE_URL = 'weixin://dl/business/?appid=wx4d178f8c80348214&env_version=release'

View File

@ -28,7 +28,7 @@
</router-link>
</el-col>
<el-col :span="1.5">
<el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate"
<el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="editArea2"
v-hasPermi="['system:area:edit']">修改</el-button>
<!-- <el-button
type="success"
@ -710,6 +710,10 @@ export default {
this.key++;
});
},
editArea2(row){
const areaId = row.areaId || this.ids
this.$router.push(`/system/areaSet/index/${areaId}`);
},
/** 修改按钮操作 */
handleUpdate(row) {
this.reset();