mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 10:48:40 +08:00
fix: 修改非 window 环境打包路径报错的问题
This commit is contained in:
parent
9c9ab6c734
commit
82a55b75b8
@ -1,4 +1,4 @@
|
||||
import image from '@/assets/images/chart/charts/Point.png'
|
||||
import image from '@/assets/images/chart/charts/point.png'
|
||||
import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
|
||||
import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
|
||||
|
||||
|
@ -17,11 +17,11 @@ export default defineConfig({
|
||||
alias: [
|
||||
{
|
||||
find: /\/#\//,
|
||||
replacement: pathResolve('types') + '/'
|
||||
replacement: pathResolve('types')
|
||||
},
|
||||
{
|
||||
find: '@',
|
||||
replacement: pathResolve('src') + '/'
|
||||
replacement: pathResolve('src')
|
||||
}
|
||||
],
|
||||
dedupe: ['vue']
|
||||
|
Loading…
Reference in New Issue
Block a user