Merge branch 'master' of ssh://139.186.142.91:29418/productDev/dmMes
| | |
| | | /workspace.xml |
| | | /platform_web/node_modules |
| | | /platform_web/admin |
| | | /platform_web/doumeeplant_admin |
| | | /platform_web/doumeeplant_admin |
| | | |
| | | */node_modules |
| | | /web_standard/web |
| | | /web_standard/doumeeplant_web |
| | | /web_standard/.vscode |
| | |
| | | <script setup lang="ts"> |
| | | import { reactive, ref } from "vue" |
| | | import { useStore } from "vuex" |
| | | import { BrowserMultiFormatReader } from '@zxing/library' |
| | | // import { BrowserMultiFormatReader } from '@zxing/library' |
| | | import vTags from '@/components/common/Tags.vue' |
| | | import vMenu from '@/components/common/Menu.vue' |
| | | const store = useStore() |
| | | let openCode = ref<boolean>(false) |
| | | // let openCode = ref<boolean>(false) |
| | | |
| | | // let loadingShow = ref<boolean>(false) |
| | | // let codeReader: any = ref(null) |
| | |
| | | height: 100%; |
| | | background: #f5f5f5; |
| | | .top { |
| | | margin-top: 20px; |
| | | margin-bottom: 20px; |
| | | } |
| | | .box_notfound { |
| | | padding-top: 300px; |
对比新文件 |
| | |
| | | { |
| | | "project": 5247, |
| | | "template": { |
| | | "alias": "eva", |
| | | "command": "page", |
| | | "option": { |
| | | "resources": "workorder_check_attr_ext" |
| | | } |
| | | } |
| | | } |
对比新文件 |
| | |
| | | // 璇︾粏閰嶇疆璇峰弬鑰僪ttps://cli.vuejs.org/zh/config/#vue-config-js |
| | | // const outputDir = process.env.VUE_APP_CONTEXT_PATH.substring(1, process.env.VUE_APP_CONTEXT_PATH.length - 1) |
| | | module.exports = { |
| | | publicPath: process.env.VUE_APP_CONTEXT_PATH, |
| | | // publicPath: './', |
| | | outputDir: 'doumeeplant_web', |
| | | // outputDir: 'web', |
| | | assetsDir: 'static', |
| | | lintOnSave: false, |
| | | devServer: { |
| | | disableHostCheck: true, |
| | | host: '0.0.0.0', |
| | | port: 10086, |
| | | // port: 10086, |
| | | proxy: { |
| | | [process.env.VUE_APP_API_PREFIX]: { |
| | | target: process.env.VUE_APP_BASE_URL, |
| | | changeOrigin: true, |
| | | pathRewrite: { |
| | | [`^${[process.env.VUE_APP_API_PREFIX]}`]: '' |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |