ischenliang / quickly-picture-bed

轻快图床:使用nestjs+vue3.x+ts+vite开发的在线图床系统,内置功能包括图片上传、图片管理、存储桶管理、相册管理、插件市场、知识库管理、数据统计等功能,插件分为上传插件、主题插件、工具箱插件,目前内置数十种插件,支持腾讯云COS、又拍云Upyun、阿里云OSS、github图床、gitee图床、七牛云 KODO等常用对象存储插件以及vscode暗黑主题、Monokai主题等。
http://v2.picture.itchenliang.club/
MIT License
655 stars 76 forks source link

我使用打包安装方式跟直接启动方式,前端都报错Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'join') #36

Open qq80284445 opened 3 months ago

qq80284445 commented 3 months ago

我使用打包安装方式跟直接启动方式,前端都报错Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'join') 而且打包也会报错:The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. vite v5.0.12 building for production... ✓ 1236 modules transformed. Could not resolve "../userinfo/images/#U5b66#U751f#U5361#U901a_1.png?url" from "src/views/chatgpt/index.vue?vue&type=script&setup=true&lang.ts" file: /home/www/node_project/upimg/client/src/views/chatgpt/index.vue?vue&type=script&setup=true&lang.ts error during build: RollupError: Could not resolve "../userinfo/images/#U5b66#U751f#U5361#U901a_1.png?url" from "src/views/chatgpt/index.vue?vue&type=script&setup=true&lang.ts" at error (file:///home/www/node_project/upimg/client/node_modules/rollup/dist/es/shared/parseAst.js:337:30) at ModuleLoader.handleInvalidResolvedId (file:///home/www/node_project/upimg/client/node_modules/rollup/dist/es/shared/node-entry.js:18022:24) at file:///home/www/node_project/upimg/client/node_modules/rollup/dist/es/shared/node-entry.js:17982:26

qq80284445 commented 3 months ago

这是不打包直接运行访问提示 main.ts:29 [Vue Router warn]: No match found for location with path "/" App.vue:32 command + shift + p config.ts:45 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'join') at config.ts:45:29