新版本官网优化完成
This commit is contained in:
@@ -10,7 +10,7 @@ const appId = 10398;
|
||||
// 接口地址
|
||||
let apiBaseUrl = 'https://cms-api.websoft.top/api'
|
||||
// 应用名称
|
||||
const appName = '广西活动房_广西集装箱_打包箱_隔离房_广西伟冠集成房屋有限公司';
|
||||
const appName = '网宿软件';
|
||||
|
||||
|
||||
|
||||
@@ -25,7 +25,17 @@ if(isDev){
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-04-03',
|
||||
devtools: {enabled: false},
|
||||
modules: ["@element-plus/nuxt",'@unocss/nuxt', "@nuxt/image"],
|
||||
modules: [
|
||||
'@element-plus/nuxt',
|
||||
'@unocss/nuxt',
|
||||
'@nuxt/image',
|
||||
'@nuxtjs/i18n',
|
||||
// '@pinia/nuxt',
|
||||
// '@pinia-plugin-persistedstate/nuxt',
|
||||
],
|
||||
// build: {
|
||||
// transpile: ['pinia-plugin-persistedstate']
|
||||
// },
|
||||
css: [
|
||||
'element-plus/dist/index.css',
|
||||
'element-plus/theme-chalk/display.css',
|
||||
@@ -35,23 +45,31 @@ export default defineNuxtConfig({
|
||||
plugins: [
|
||||
'@/plugins/element-ui'
|
||||
],
|
||||
i18n: {
|
||||
strategy: 'prefix_and_default', // 添加路由前缀的方式 prefix_and_default
|
||||
locales: ["zh","en"], //配置语种
|
||||
defaultLocale: 'zh', // 默认语种
|
||||
vueI18n: './i18n.config.ts', // 通过vueI18n配置
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
viewport: 'width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no',
|
||||
title: '首页',
|
||||
title: appName,
|
||||
meta: [
|
||||
{ name: 'keywords', content: '企业官网,建站系统,websoftCMS,网站源码,java,nuxt,antd,vue3' },
|
||||
{
|
||||
name: 'description',
|
||||
content: 'weSite企业建站系统,助力企业信息化建设和转型,主要产品有:企业官网,电商系统,微信公众号,微信小程序应用等,使用目前最流行的技术栈打造。https://websoft.top'
|
||||
}
|
||||
},
|
||||
{ name: 'apple-mobile-web-app-capable', content: 'yes'},
|
||||
{ name: 'apple-mobile-web-app-status-bar-style', content: 'black'}
|
||||
],
|
||||
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' }
|
||||
]
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
port: 16880
|
||||
},
|
||||
$production: {
|
||||
devServer: {
|
||||
port: appId
|
||||
|
||||
Reference in New Issue
Block a user