gwbvipvip 10 mesi fa
parent
commit
d4b9ae0e39
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      config/proxy.js
  2. +1
    -1
      src/app.jsx

+ 1
- 1
config/proxy.js Vedi File

@@ -9,7 +9,7 @@
export default {
dev: {
'/kitchen/': {
target: 'http://localhost:5001',
target: 'http://localhost:5000',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {


+ 1
- 1
src/app.jsx Vedi File

@@ -926,7 +926,7 @@ export async function getInitialState() {
var data = await dymicMenus(currentUser.data.id);
tempMenu = data.data;
}
debugger
return {
fetchUserInfo,
currentUser,


Caricamento…
Annulla
Salva