提交 c17d1049 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 72a0c3f9
...@@ -3,13 +3,13 @@ export default [ ...@@ -3,13 +3,13 @@ export default [
name: '金融产品数字化营销', name: '金融产品数字化营销',
tenant: 'x1', tenant: 'x1',
title: '学校管理系统-紫荆教育', title: '学校管理系统-紫荆教育',
hosts: ['fd-admin', 'fd-admin2'] hosts: ['x-school', 'x-school2']
}, },
{ {
name: '金融数据合规管理', name: '金融数据合规管理',
tenant: 'financial', tenant: 'financial',
title: '金融数据合规管理系统-紫荆教育', title: '金融数据合规管理系统-紫荆教育',
logo: 'https://webapp-pub.ezijing.com/x-training-new/fd-logo2.png', logo: 'https://webapp-pub.ezijing.com/x-training-new/fd-logo2.png',
hosts: ['x-school', 'x-school2'] hosts: ['fd-admin', 'fd-admin2']
} }
] ]
...@@ -33,6 +33,6 @@ export default defineConfig({ ...@@ -33,6 +33,6 @@ export default defineConfig({
}, },
css: { css: {
// 禁用SASS警告提醒 // 禁用SASS警告提醒
preprocessorOptions: { scss: { quietDeps: true } } preprocessorOptions: { scss: { quietDeps: true, charset: false } }
} }
}) })
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论