sunjian 4 months ago
parent
commit
7bfe18fbe3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.js

+ 2 - 2
config.js

@@ -1,3 +1,3 @@
 // config.js (使用ES6模块语法)
-export const baseUrl = 'http://10.201.2.161:9400/centtenAdvise';
-export const imageBaseUrl = 'http://10.200.1.115:9000/canttenadvice/'
+export const baseUrl = '/api';
+export const imageBaseUrl = '/uploadApi'