Skip to content

Commit

Permalink
feat: 修改base
Browse files Browse the repository at this point in the history
  • Loading branch information
贾志伟 committed Mar 24, 2024
1 parent 065419e commit 02211b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ declare module 'vue' {
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTextarea: typeof import('element-plus/es')['ElTextarea']
MockItem: typeof import('./src/components/MockItem.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jiazhiwei/dev-server-web",
"version": "0.1.5",
"version": "0.1.6",
"files": [
"dist"
],
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {svgSpritemap} from 'vite-plugin-svg-spritemap';

// https://vitejs.dev/config/
export default defineConfig({
base: '/mock-web/',
envDir: './env',
envPrefix: 'APP_',
server: {
Expand Down

0 comments on commit 02211b6

Please sign in to comment.