请问我的代码本地运行是没问题的但布置到nginx就出现

来源:15-4 项目构建和部署

cpen5

2020-01-19

Cannot read property ‘getState’ of undefined 错误

     server {
      listen 8000;
      server_name localhost;

      location /dianping {
       root /var/www/html/web; 
       index index.html;
       try_files $uri /dianping/index.html;
      }

      location /mock {
        root /var/www/html/web/dianping;
      }
    }

谢谢

写回答

1回答

cpen5

提问者

2020-01-19

找到原因啦.store没设好

0
0

React16+Redux实战企业级大众点评Web App

从架构设计到部署上线,带你学习React技术栈与核心思想

1071 学习 · 306 问题

查看课程