mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 07:16:08 +08:00
更换cdn域名
This commit is contained in:
parent
86874c0ee2
commit
299552de86
|
@ -8,7 +8,7 @@ export default defineConfig({
|
||||||
type: 'none',
|
type: 'none',
|
||||||
},
|
},
|
||||||
fastRefresh: {},
|
fastRefresh: {},
|
||||||
favicon: 'https://image.whyour.cn/others/g5.ico',
|
favicon: 'https://qinglong.whyour.cn/others/g5.ico',
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://127.0.0.1:5678/',
|
target: 'http://127.0.0.1:5678/',
|
||||||
|
|
|
@ -31,4 +31,4 @@
|
||||||
|
|
||||||
### one more thing
|
### one more thing
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -69,5 +69,5 @@ export default {
|
||||||
fixSiderbar: true,
|
fixSiderbar: true,
|
||||||
contentWidth: 'Fixed',
|
contentWidth: 'Fixed',
|
||||||
splitMenus: false,
|
splitMenus: false,
|
||||||
logo: 'https://image.whyour.cn/others/qinglong.png',
|
logo: 'https://qinglong.whyour.cn/others/qinglong.png',
|
||||||
} as any;
|
} as any;
|
||||||
|
|
|
@ -50,7 +50,7 @@ const Login = () => {
|
||||||
<img
|
<img
|
||||||
alt="logo"
|
alt="logo"
|
||||||
className={styles.logo}
|
className={styles.logo}
|
||||||
src="https://image.whyour.cn/others/qinglong.png"
|
src="https://qinglong.whyour.cn/others/qinglong.png"
|
||||||
/>
|
/>
|
||||||
<span className={styles.title}>{config.siteName}</span>
|
<span className={styles.title}>{config.siteName}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user