💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 路径配置 新建vue.confit.js文件 ``` const path = require('path'); function resolve(dir) { return path.join(__dirname, dir) } module.exports = { chainWebpack: (config) => { config.resolve.alias .set('style', resolve('src/assets/style')) .set('components', resolve('src/components')) } } ``` 则路径可以使用相对简短的路径