Skip to content

Commit

Permalink
fix(projects): 修复在新版vite下环境变量获取不到的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Apr 4, 2022
1 parent 2d6d179 commit 3fb13ca
Show file tree
Hide file tree
Showing 9 changed files with 2,102 additions and 3,485 deletions.
2 changes: 0 additions & 2 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ declare module 'vue' {
IconAntDesignEnterOutlined: typeof import('~icons/ant-design/enter-outlined')['default']
IconAntDesignSettingOutlined: typeof import('~icons/ant-design/setting-outlined')['default']
IconCustomAvatar: typeof import('~icons/custom/avatar')['default']
IconCustomBanner: typeof import('~icons/custom/banner')['default']
IconCustomLogo: typeof import('~icons/custom/logo')['default']
IconCustomLogoFill: typeof import('~icons/custom/logo-fill')['default']
IconGridiconsFullscreen: typeof import('~icons/gridicons/fullscreen')['default']
Expand All @@ -30,7 +29,6 @@ declare module 'vue' {
IconMdiPin: typeof import('~icons/mdi/pin')['default']
IconMdiPinOff: typeof import('~icons/mdi/pin-off')['default']
IconMdiRefresh: typeof import('~icons/mdi/refresh')['default']
IconMdiWechat: typeof import('~icons/mdi/wechat')['default']
IconMdiWhiteBalanceSunny: typeof import('~icons/mdi/white-balance-sunny')['default']
IconPhCaretDoubleLeftBold: typeof import('~icons/ph/caret-double-left-bold')['default']
IconPhCaretDoubleRightBold: typeof import('~icons/ph/caret-double-right-bold')['default']
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@antv/g2plot": "^2.4.15",
"@better-scroll/core": "^2.4.2",
"@vueuse/core": "^8.2.3",
"@vueuse/core": "^8.2.4",
"axios": "^0.26.1",
"clipboard": "^2.0.10",
"colord": "^2.9.2",
Expand All @@ -47,14 +47,14 @@
"vditor": "^3.8.13",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"wangeditor": "^4.7.12",
"wangeditor": "^4.7.13",
"xgplayer": "^2.31.6"
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@iconify/json": "^2.1.23",
"@iconify/json": "^2.1.24",
"@iconify/vue": "^3.2.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
Expand Down Expand Up @@ -88,7 +88,7 @@
"typescript": "^4.6.3",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.5",
"vite": "2.9.1",
"vite": "^2.9.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-html-template": "^1.1.2",
"vite-plugin-mock": "^2.9.6",
Expand Down
Loading

1 comment on commit 3fb13ca

@vercel
Copy link

@vercel vercel bot commented on 3fb13ca Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.