Browse Source

改配置

FoShanPG
liuyunfeng 10 months ago
parent
commit
a665c0b6e8
  1. 4
      vue/src/router/index.js
  2. 16
      vue/static/config.js

4
vue/src/router/index.js

@ -64,8 +64,8 @@ export const constantRoutes = [
},
{
path: '/login',
// component: () => import('@/views/login/index'),
component: () => import('@/views/pg-fis/basedate/customerPartCfg'),
component: () => import('@/views/login/index'),
//component: () => import('@/views/pg-fis/basedate/customerPartCfg'),
//component: () => import('@/views/pg-fis/basedate/partSwitch'), //?? one
//component: () => import('@/views/pg-fis/basedate/assemblyCfg'), //?? one
//component: () => import('@/views/pg-fis/basedate/unknownAssembly'), //?? one

16
vue/static/config.js

@ -36,16 +36,16 @@ if (process.env.NODE_ENV === 'development') {
configJSON = {
base: {
//ip: 'http://192.168.7.21',
ip: "http://222.169.228.163",
ip: 'http://192.168.7.21',
//ip: "http://222.169.228.163",
// auth_port: '8066',
// public_port: '8092',
// backend_port: '8092',
auth_port: '8066',
public_port: '8092',
backend_port: '8092',
auth_port: "7696",
public_port: "7692",
backend_port: "7692",
// auth_port: "7696",
// public_port: "7692",
// backend_port: "7692",
},
basic: {},

Loading…
Cancel
Save