| | |
| | | # 测试环境配置 |
| | | NODE_ENV = 'production' |
| | | |
| | | VUE_APP_API_URL = 'http://192.168.0.150:10010' |
| | | VUE_APP_API_URL = 'http://192.168.0.172/system_gateway_api' |
| | |
| | | "private": true, |
| | | "scripts": { |
| | | "serve": "vue-cli-service serve", |
| | | "dev": "vue-cli-service serve", |
| | | "pro": "vue-cli-service serve --mode production", |
| | | "test": "vue-cli-service serve --mode test", |
| | | "build": "vue-cli-service build --mode production", |
| | | "build:staging": "vue-cli-service build --mode test", |
| | | "build:test": "vue-cli-service build --mode test", |
| | | "lint": "vue-cli-service lint", |
| | | "fix": "eslint --ext .js,.vue src --fix" |
| | | }, |
| | |
| | | }, |
| | | methods: { |
| | | getImagecropper(){ |
| | | return this.$refs.cropper |
| | | return this.$refs.cropper |
| | | }, |
| | | // 学习截图框变化事件 |
| | | realTime (data) { |