瀏覽代碼

更换后台地址

tanxue 3 年之前
父節點
當前提交
43ee740cfc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      nuxt.config.js

+ 2 - 2
nuxt.config.js

@@ -1,13 +1,13 @@
 /********** 本地环境 start **********/
 const pro = {
   baseURL: 'https://www.mtavip.com/api',
-  host: '192.168.0.74',
+  host: '192.168.0.28',
   //环境变量设置 新闻 拼路径时的根级别路径 多用于a标签 href属性
   url:'https://www.mtavip.com'
 
 }
 // build 改为true
-const isPro = false;
+const isPro = true;
 
 export default {
   /*