gwbvipvip há 9 meses
ascendente
cometimento
d4b9ae0e39
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      config/proxy.js
  2. +1
    -1
      src/app.jsx

+ 1
- 1
config/proxy.js Ver ficheiro

@@ -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 Ver ficheiro

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


Carregando…
Cancelar
Guardar