feat: style
parent
092730dfd7
commit
0143cd5978
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<Footer :class="prefixCls" v-if="getShowLayoutFooter" ref="footerRef">
|
<Footer :class="prefixCls" v-if="getShowLayoutFooter" ref="footerRef">
|
||||||
<div :class="`${prefixCls}__links`">
|
<div :class="`${prefixCls}__links`">
|
||||||
<a @click="openWindow(SITE_URL)">{{ t('layout.footer.onlinePreview') }}</a>
|
<a @click="openWindow(SITE_URL)">外包咨询</a>
|
||||||
|
|
||||||
<GithubFilled @click="openWindow(GITHUB_URL)" :class="`${prefixCls}__github`" />
|
<GithubFilled @click="openWindow(GITHUB_URL)" :class="`${prefixCls}__github`" />
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,4 @@ export const GITHUB_URL = 'https://gitee.com/xingyuv/vue-vben-admin'
|
||||||
export const DOC_URL = 'http://vben.xingyuv.com/'
|
export const DOC_URL = 'http://vben.xingyuv.com/'
|
||||||
|
|
||||||
// site url
|
// site url
|
||||||
export const SITE_URL = 'http://vben.xingyuv.com/'
|
export const SITE_URL = 'http://static.yudao.iocoder.cn/mp/xinyu370.jpeg'
|
||||||
|
|
|
@ -58,7 +58,6 @@ const transform: AxiosTransform = {
|
||||||
// return '[HTTP] Request has no return value';
|
// return '[HTTP] Request has no return value';
|
||||||
throw new Error(t('sys.api.apiRequestFailed'))
|
throw new Error(t('sys.api.apiRequestFailed'))
|
||||||
}
|
}
|
||||||
console.info(data)
|
|
||||||
// 这里 code,result,message为 后台统一的字段,需要在 types.ts内修改为项目自己的接口返回格式
|
// 这里 code,result,message为 后台统一的字段,需要在 types.ts内修改为项目自己的接口返回格式
|
||||||
const { code, data: result, msg } = data
|
const { code, data: result, msg } = data
|
||||||
console.info(result)
|
console.info(result)
|
||||||
|
|
Loading…
Reference in New Issue