1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-10-15 20:39:01 +08:00

Compare commits

...

3 Commits

Author SHA1 Message Date
zclzone
6757e47fb1 fix: 首页饼图样式 2025-10-10 17:45:50 +08:00
zclzone
3fbcfdf0e1 fix: 删除失效图片地址 2025-10-10 17:12:28 +08:00
zclzone
d6764158f3 fix: 更新apifox云端mock地址 2025-10-10 17:09:39 +08:00
4 changed files with 5 additions and 11 deletions

View File

@ -6,7 +6,7 @@ VITE_PUBLIC_PATH = '/'
# Axios 基础路径
# VITE_AXIOS_BASE_URL = '/api' # 用于代理
VITE_AXIOS_BASE_URL = 'https://mock.apipark.cn/m1/3776410-0-default' # apifox云端mock
VITE_AXIOS_BASE_URL = 'https://m1.apifoxmock.com/m1/3776410-3408296-default' # apifox云端mock
# 代理配置-target
VITE_PROXY_TARGET = 'http://localhost:8085'

View File

@ -4,7 +4,5 @@ VITE_USE_HASH = 'false'
# 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH = '/'
VITE_AXIOS_BASE_URL = '/api' # 用于代理
# 代理配置-target
VITE_PROXY_TARGET = 'http://localhost:8085'
# VITE_AXIOS_BASE_URL = '/api' # 用于代理
VITE_AXIOS_BASE_URL = 'https://m1.apifoxmock.com/m1/3776410-3408296-default' # apifox云端mock

View File

@ -62,11 +62,7 @@ defineOptions({ name: 'ImgUpload' })
const { copy, copied } = useClipboard()
const imgList = reactive([
{ url: 'https://img.isme.top/isme/67208863145ef.jpg' },
{ url: 'https://img.isme.top/isme/67208ab2a9de0.jpg' },
{ url: 'https://img.isme.top/isme/67208ab4c6596.jpg' },
])
const imgList = reactive([])
watch(copied, (val) => {
if (val)

View File

@ -250,7 +250,7 @@ const skillOption = {
},
series: [
{
top: '12%',
bottom: '12%',
type: 'pie',
radius: ['35%', '90%'],
avoidLabelOverlap: true,