Parcourir la source

关闭 本地代理

master
JinxChen il y a 1 an
Parent
révision
bf60213692
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/views/ai-call-alarm/index.vue

+ 2
- 2
src/views/ai-call-alarm/index.vue Voir le fichier

@@ -28,8 +28,8 @@ export default {
code: this.code
};
let baseUrl = process.env.NODE_ENV === "production" ? 'https://ai.ssjlai.com' : 'https://id.ssjlai.com';
let reqUrl = '/api/id/getLongLink';
//let reqUrl = `${baseUrl}/watersoutboundapi/getLongLink`;
//let reqUrl = '/api/id/getLongLink';
let reqUrl = `${baseUrl}/watersoutboundapi/getLongLink`;
axios.get(reqUrl, {
params: { ...reqParams },
}).then(res =>{


Chargement…
Annuler
Enregistrer