浏览代码

更换后台地址

tanxue 3 年之前
父节点
当前提交
896a2e9439
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nuxt.config.js

+ 1 - 1
nuxt.config.js

@@ -98,7 +98,7 @@ export default {
   axios:        {
     // node连接服务器地址(调用后台接口地址)
     // baseURL: 'http://182.92.186.22:83/api',
-    baseURL: isPro?pro.baseURL:'http://192.168.0.179:8100',
+    baseURL: isPro?pro.baseURL:'http://192.168.0.179:9098',
 
   },
 };