Merge branch 'master' of http://111.229.35.227:3000/gitadmin/wms-elevue
This commit is contained in:
commit
c78d2a273a
@ -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 =
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user