7fe9bb49 by chentao

修改配置文件

1 parent 642f152b
......@@ -2,7 +2,7 @@ export default {
// 路由国际化
route: {
Dashboard: 'Dashboard',
DataCenter: 'Data Center111',
DataCenter: 'Data Center',
// setting
SystemSetting: 'System Setting',
SystemUser: 'User Manage',
......
export default {
// 路由国际化
route: {
Dashboard: 'Dashboard',
DataCenter: 'Data Center',
// setting
SystemSetting: 'System Setting',
SystemUser: 'User Manage',
SystemRole: 'Role Manage',
SystemMenu: 'Menu Manage',
SystemDict: 'Dict Manage'
},
// 登录
login: {
title: '乐高后台管理',
......
......@@ -35,7 +35,7 @@ export default defineConfig(({ mode, command }) => {
// target: 'http://gyongyi.a1.luyouxia.net:26588/',
// target: 'http://183.131.85.64::8082/',
// target: 'http://192.168.1.7:8082/',
target: 'http://470k2111t0.zicp.vip/',
target: 'http://localhost:8082/',
// target: 'http://gyongyi.a1.luyouxia.net:23074/',
changeOrigin: true,
secure: false,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!