Bläddra i källkod

[VersionBeta] V.1.0.0.0

[Adds]
1.NO
new-cli
xzx 4 år sedan
förälder
incheckning
82f0fbc2bb
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. +1
    -1
      config/index.js
  2. +3
    -3
      config/prod.env.js

+ 1
- 1
config/index.js Visa fil

@@ -20,7 +20,7 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api/**': {
target: 'http://192.168.5.25:9003',
target: 'http://192.168.5.32:9003',
changeOrigin: true,
secure: false,
}


+ 3
- 3
config/prod.env.js Visa fil

@@ -4,11 +4,11 @@ module.exports = {
// OFFICE_WEB:'"https://office.tszcloud.com"'
// API_HOST:'"https://api.tszcloud.com/api/"',

// OFFICE_WEB:'"https://office.tszcloud.com"'
// API_HOST: '"https://bapi.tszcloud.com/api/"',
OFFICE_WEB:'"https://office.tszcloud.com"',
API_HOST: '"https://bapi.tszcloud.com/api/"',


// OFFICE_WEB: '"https://office.tszcloud.com"'
API_HOST:'"http://192.168.5.32:9003/api/"',
// API_HOST:'"http://192.168.5.32:9003/api/"',

}

Laddar…
Avbryt
Spara