This commit is contained in:
陈红丽 2024-12-17 10:27:32 +08:00
commit c78d2a273a
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ VITE_DROP_CONSOLE = true
# 跨域代理,可以配置多个,请注意不要换行 # 跨域代理,可以配置多个,请注意不要换行
#VITE_PROXY = [["/appApi","http://localhost:8001"],["/upload","http://localhost:8001/upload"]] #VITE_PROXY = [["/appApi","http://localhost:8001"],["/upload","http://localhost:8001/upload"]]
VITE_PROXY=[["/api","http://127.0.0.1:8081/api"]] VITE_PROXY=[["/api","http://192.168.124.203:8081/api"]]
# API 接口地址 # API 接口地址
VITE_GLOB_API_URL = VITE_GLOB_API_URL =

View File

@ -46,7 +46,7 @@
:limit="1" :limit="1"
v-perm="['sys:level:import']" v-perm="['sys:level:import']"
> >
<el-button type="primary"> <el-button type="">
<template #icon> <template #icon>
<el-icon class="el-input__icon"> <el-icon class="el-input__icon">
<Upload /> <Upload />
@ -56,7 +56,7 @@
</el-button> </el-button>
</el-upload> </el-upload>
<el-button <el-button
type="primary" type=""
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
:disabled="exportLoading" :disabled="exportLoading"

View File

@ -42,7 +42,7 @@
</template> </template>
删除 删除
</el-button> </el-button>
<el-button type="primary" @click="importVisible = true" v-perm="['sys:user:import']"> <el-button type="" @click="importVisible = true" v-perm="['sys:user:import']">
<template #icon> <template #icon>
<el-icon class="el-input__icon"> <el-icon class="el-input__icon">
<Upload /> <Upload />
@ -71,7 +71,7 @@
</el-button> </el-button>
</el-upload> --> </el-upload> -->
<el-button <el-button
type="primary" type=""
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
:disabled="exportLoading" :disabled="exportLoading"