新增:社区板块

This commit is contained in:
2025-03-01 14:04:05 +08:00
parent 8d19a58e9d
commit abb9a4dbe7
9 changed files with 710 additions and 22 deletions

View File

@@ -19,7 +19,7 @@ const appName = '网宿软件';
const isDev = process.env.NODE_ENV === 'development'
if(isDev){
apiBaseUrl = 'http://127.0.0.1:9000/api'
// apiBaseUrl = 'http://127.0.0.1:9000/api'
}
export default defineNuxtConfig({
@@ -62,8 +62,7 @@ export default defineNuxtConfig({
},
{ name: 'apple-mobile-web-app-capable', content: 'yes'},
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black'},
{ charset: 'utf-8' },
{ viewport: 'width=device-width, initial-scale=1' },
{ charset: 'utf-8' }
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
script: [