generated from Leo_Ding/web-template
111
This commit is contained in:
parent
f4c72e7859
commit
9a6f37bde6
4
.env.dev
4
.env.dev
@ -12,8 +12,8 @@ VITE_ROUTER_BASE=/
|
||||
VITE_ROUTER_HISTORY=hash
|
||||
|
||||
# api
|
||||
#VITE_API_BASIC=https://api.hailin-keji.com
|
||||
VITE_API_BASIC=http://10.10.1.6:8060
|
||||
VITE_API_BASIC=https://api.hailin-keji.com
|
||||
# VITE_API_BASIC=http://10.10.1.6:8060
|
||||
VITE_API_HTTP=/api/v1/
|
||||
# storage
|
||||
VITE_STORAGE_NAMESPACE = gin-admin_local_
|
||||
|
||||
@ -55,11 +55,11 @@
|
||||
<div class="text-ellipsis">{{ record.introduce }}</div>
|
||||
</a-tooltip>
|
||||
</template>
|
||||
<template v-if="column.dataIndex === 'benefits'">
|
||||
<!-- <template v-if="column.dataIndex === 'benefits'">
|
||||
<a-tooltip :title="record.benefits">
|
||||
<div class="text-ellipsis">{{ record.benefits }}</div>
|
||||
</a-tooltip>
|
||||
</template>
|
||||
</template> -->
|
||||
<template v-if="column.dataIndex === 'duty'">
|
||||
<a-tooltip :title="record.duty">
|
||||
<div class="text-ellipsis">{{ record.duty }}</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user