1 Star 4 Fork 16

唤客猫/huankemao-chat-tool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
印丶 提交于 2021-08-13 18:56 . 新增移动端客户详情
module.exports = {
publicPath: '/chat-tool',
pages: {
index: { // 客户详情
// page 的入口
entry: 'src/pages/index/main.js',
// 模板来源
template: 'public/detail.html',
// 在 dist/index.html 的输出
filename: 'detail.html',
},
chat: {
// page 的入口
entry: 'src/pages/chat/main.js',
// 模板来源
template: 'public/index.html',
// 在 dist/index.html 的输出
filename: 'index.html',
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/huankemao/huankemao-chat-tool.git
git@gitee.com:huankemao/huankemao-chat-tool.git
huankemao
huankemao-chat-tool
huankemao-chat-tool
master

搜索帮助