lrf402788946 4 years ago
parent
commit
fd097150e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/setting.js

+ 1 - 1
src/plugins/setting.js

@@ -2,7 +2,7 @@ import Vue from 'vue';
 Vue.config.weixin = {
   // baseUrl: process.env.BASE_URL + 'weixin',
   baseUrl: 'http://free.liaoningdoupo.com',
-  target: process.env.NODE_ENV === 'development' ? 'http://free.liaoningdoupo.com/student' : 'http://free.liaoningdoupo.com/student',
+  target: process.env.NODE_ENV === 'development' ? 'http://jytz.jilinjobs.cn/student' : 'http://jytz.jilinjobs.cn/student',
 };
 
 Vue.config.stomp = {