一直404 error
Closed this issue · 2 comments
Midcc commented
配置文件:
var config = {
dialect: 'mysql',
database: 'zshop',
username: 'root',
password: 'root',
host: '192.168.1.215',
port: 3306,
rootpath: 'zshop'
};
module.exports = config;
请求返回http://localhost:3000/static/html/404.html
请问是什么问题?
halloffamezwx commented
@Midcc rootpath: '/zshop' 这个加多一个斜杠看看
machiming commented
一直404 error