Browse Source

关闭 本地代理

master
JinxChen 1 year ago
parent
commit
bf60213692
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/ai-call-alarm/index.vue

+ 2
- 2
src/views/ai-call-alarm/index.vue View File

@@ -28,8 +28,8 @@ export default {
code: this.code code: this.code
}; };
let baseUrl = process.env.NODE_ENV === "production" ? 'https://ai.ssjlai.com' : 'https://id.ssjlai.com'; 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, { axios.get(reqUrl, {
params: { ...reqParams }, params: { ...reqParams },
}).then(res =>{ }).then(res =>{


Loading…
Cancel
Save