完成适配移动端
This commit is contained in:
@@ -61,10 +61,11 @@ export default defineNuxtConfig({
|
||||
content: 'weSite企业建站系统,助力企业信息化建设和转型,主要产品有:企业官网,电商系统,微信公众号,微信小程序应用等,使用目前最流行的技术栈打造。https://websoft.top'
|
||||
},
|
||||
{ name: 'apple-mobile-web-app-capable', content: 'yes'},
|
||||
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black'}
|
||||
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black'},
|
||||
{ charset: 'utf-8' },
|
||||
{ viewport: 'width=device-width, initial-scale=1' },
|
||||
],
|
||||
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
|
||||
viewport: 'width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no',
|
||||
script: [
|
||||
{ innerHTML: 'var备案号 = "备案号:桂ICP备13003666号";', type: 'text/javascript' }
|
||||
]
|
||||
@@ -89,7 +90,8 @@ export default defineNuxtConfig({
|
||||
domain: 'websoft.top',
|
||||
// 核心接口
|
||||
apiServer: 'https://server.gxwebsoft.com/api',
|
||||
appSecret: ''
|
||||
appSecret: '',
|
||||
appName: '你的网站名称'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user