vite-plugin-mock
vite-plugin-mock copied to clipboard
mockMethod方法使用window.localStorage报ReferenceError: window is not defined
1、mockMethod方法使用window.localStorage报ReferenceError: window is not defined 2、其他vue页面window.localStorage没问题
[email protected] [email protected] [email protected]
配置参数 { mockPath: './src/mock', logger: true, watchFiles: true, localEnabled: true }
单独使用mockjs不存在这个问题