fix: 品牌保护+知识库全量覆盖 - 6层防御解决传销问题 + 30+产品关键词补全
This commit is contained in:
@@ -109,7 +109,7 @@ app.get('/api/health', (req, res) => {
|
||||
});
|
||||
|
||||
// 静态文件服务
|
||||
app.use(express.static('../client/dist'));
|
||||
app.use(express.static(path.join(__dirname, '../client/dist')));
|
||||
|
||||
// 处理单页应用路由
|
||||
app.get('*', (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user