javascript - npm run build後呼叫api返回index.html
阿神
阿神 2017-05-16 17:07:25
0
1
717

#vue專案打包後產生static和index.html,然後設定nginx指向index.html,呼叫api的時候卻回傳index.html的內容

#開發的時候不會出現這樣的問題,vue裡面配置了proxyTable轉送api到3000端口,nginx也需要設定轉送api嗎?

阿神
阿神

闭关修行中......

全部回覆(1)
洪涛

你nginxlocation配置有問題咯


location / {
   
        index index.html; 
    }
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!