新增:社区板块
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user