Browse Source

租户编码

test
kilo 1 year ago
parent
commit
e11f79d233
  1. 2
      src/api/system/dict.js
  2. 2
      vite.config.js

2
src/api/system/dict.js

@ -87,6 +87,8 @@ export const getDictionary = params => {
});
};
/**
* 业务字典请求
* @param code

2
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/, ''),

Loading…
Cancel
Save