diff --git a/src/api/system/dict.js b/src/api/system/dict.js index 0f88b0a9..1082bcef 100644 --- a/src/api/system/dict.js +++ b/src/api/system/dict.js @@ -87,6 +87,8 @@ export const getDictionary = params => { }); }; + + /** * 业务字典请求 * @param code diff --git a/vite.config.js b/vite.config.js index b4bc2b77..faecc216 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { - target: 'http://127.0.0.1:8888', + target: 'http://localhost:13000', //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),