Fix: 修正生产版本基地址Bug
This commit is contained in:
2
src/components.d.ts
vendored
2
src/components.d.ts
vendored
@ -8,9 +8,7 @@ export {}
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AppFooter: typeof import('./components/AppFooter.vue')['default']
|
||||
BeltSpecificationCalculate: typeof import('./components/Modules/BeltSpecificationCalculate.vue')['default']
|
||||
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
|
||||
MultiLayerPaperTapeWidthAngleCalculate: typeof import('./components/Modules/MultiLayerPaperTapeWidthAngleCalculate.vue')['default']
|
||||
PaperRollWeightLengthCalculate: typeof import('./components/Modules/PaperRollWeightLengthCalculate.vue')['default']
|
||||
PaperTapeWidthAngleCalculate: typeof import('./components/Modules/PaperTapeWidthAngleCalculate.vue')['default']
|
||||
|
||||
@ -96,5 +96,5 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
base: process.env.NODE_ENV === 'production' ? '/calculator/' : '/',
|
||||
// base: process.env.NODE_ENV === 'production' ? '/calculator/' : '/',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user