1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-02 16:59:01 +08:00

Compare commits

..

No commits in common. "6757e47fb173b10f02eb6444cca071b7bc11e109" and "4785842629293963fd072c2b67c3dee6ac5eecf2" have entirely different histories.

4 changed files with 11 additions and 5 deletions

View File

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

View File

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

View File

@ -62,7 +62,11 @@ defineOptions({ name: 'ImgUpload' })
const { copy, copied } = useClipboard() const { copy, copied } = useClipboard()
const imgList = reactive([]) 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' },
])
watch(copied, (val) => { watch(copied, (val) => {
if (val) if (val)

View File

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