Commit afaf09e2 authored by youjie's avatar youjie

history

parent 8c90add4
...@@ -44,17 +44,17 @@ module.exports = function(ctx) { ...@@ -44,17 +44,17 @@ module.exports = function(ctx) {
// Full list of options: https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-build // Full list of options: https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-build
build: { build: {
vueRouterMode: 'hash', // available values: 'hash', 'history' vueRouterMode: 'history', // available values: 'hash', 'history'
env: ctx.dev ? { env: ctx.dev ? {
//API: 'http://localhost:5001/api', // API: 'http://localhost:5001/api',
API: 'http://192.168.10.128:8300/api', API: 'http://192.168.10.128:8300/api',
// API: 'https://eduapi.oytour.com/api', // API: 'https://eduapi.oytour.com/api',
API_ZC: 'http://192.168.10.2:8087/api', API_ZC: 'http://192.168.10.238:8087/api',
API_SK: 'ws://websocket.oytour.com/ws', API_SK: 'ws://websocket.oytour.com/ws',
API_SIG: 'http://localhost:5001/messagecenter' API_SIG: 'http://localhost:5001/messagecenter'
} : { } : {
API: 'https://eduapi.oytour.com/api', API: 'https://edaupi.oytour.com/api',
API_ZC: 'http://propertyedu.oytour.com/api', API_ZC: 'http://propertyedu.oytour.com/api',
API_SK: 'ws://websocket.oytour.com/ws', API_SK: 'ws://websocket.oytour.com/ws',
API_SK_WSS: 'wss://sk.kookaku.com', API_SK_WSS: 'wss://sk.kookaku.com',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment