Commit 2c4a5b52 authored by zhengke's avatar zhengke

111

parent 7283fef7
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
"test": "echo \"No test specified\" && exit 0" "test": "echo \"No test specified\" && exit 0"
}, },
"dependencies": { "dependencies": {
"@aspnet/signalr": "^1.0.27",
"@quasar/extras": "^1.0.0", "@quasar/extras": "^1.0.0",
"@quasar/quasar-ui-qcalendar": "^3.4.1", "@quasar/quasar-ui-qcalendar": "^3.4.1",
"@riophae/vue-treeselect": "^0.4.0", "@riophae/vue-treeselect": "^0.4.0",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// https://quasar.dev/quasar-cli/quasar-conf-js // https://quasar.dev/quasar-cli/quasar-conf-js
/* eslint-env node */ /* eslint-env node */
module.exports = function (ctx) { module.exports = function(ctx) {
return { return {
// https://quasar.dev/quasar-cli/supporting-ts // https://quasar.dev/quasar-cli/supporting-ts
supportTS: false, supportTS: false,
...@@ -47,8 +47,8 @@ module.exports = function (ctx) { ...@@ -47,8 +47,8 @@ module.exports = function (ctx) {
vueRouterMode: 'hash', // available values: 'hash', 'history' vueRouterMode: 'hash', // 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.46:8300/api', API: 'http://192.168.10.46:8300/api',
// API: 'https://eduapi.oytour.com/api', // API: 'https://eduapi.oytour.com/api',
API_ZC: 'http://192.168.10.17:8087/api', API_ZC: 'http://192.168.10.17:8087/api',
API_SK: 'ws:192.168.10.214:', API_SK: 'ws:192.168.10.214:',
...@@ -254,7 +254,7 @@ module.exports = function (ctx) { ...@@ -254,7 +254,7 @@ module.exports = function (ctx) {
// More info: https://quasar.dev/quasar-cli/developing-electron-apps/node-integration // More info: https://quasar.dev/quasar-cli/developing-electron-apps/node-integration
nodeIntegration: true, nodeIntegration: true,
extendWebpack( /* cfg */) { extendWebpack( /* cfg */ ) {
// do something with Electron main process Webpack cfg // do something with Electron main process Webpack cfg
// chainWebpack also available besides this extendWebpack // chainWebpack also available besides this extendWebpack
} }
......
import request from '../../utils/request' import request from '../../utils/request'
import request_zc from '../../utils/request_zc'
/* /*
......
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