jiazhipeng 2 months ago
parent
commit
c1059f5795
  1. 8
      static/js/request.js
  2. 1
      subPackages/techan/index.vue

8
static/js/request.js

@ -3,10 +3,10 @@ import store from '@/store';
// 定义 API URL
// const DEV_API_URL = 'https://api.cloud.sz-trip.com';
const DEV_API_URL = 'https://api.sutenong.com'
const PROD_API_URL = 'https://api.sutenong.com';
// const DEV_API_URL = 'https://swsz.api.js-dyyj.com';
// const PROD_API_URL = 'https://swsz.api.js-dyyj.com';
// const DEV_API_URL = 'https://api.sutenong.com'
// const PROD_API_URL = 'https://api.sutenong.com';
const DEV_API_URL = 'https://swsz.api.js-dyyj.com';
const PROD_API_URL = 'https://swsz.api.js-dyyj.com';
const NEWAPIURL = process.env.NODE_ENV === 'development' ? DEV_API_URL : PROD_API_URL;
// 获取token

1
subPackages/techan/index.vue

@ -356,7 +356,6 @@
this.typeChildIndex=i
this.finished = false
this.list = []
this.getChildType()
this.getList()
}
},

Loading…
Cancel
Save