完成适配移动端

This commit is contained in:
2025-03-01 10:52:11 +08:00
parent 1f79c93859
commit 8d19a58e9d
68 changed files with 2117 additions and 847 deletions

View File

@@ -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: '你的网站名称'
}
}
})