web_standard/.gitignore | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
web_standard/coderd.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
web_standard/src/coderd.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
web_standard/src/components/.DS_Store | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web_standard/src/components/ext/.DS_Store | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web_standard/src/views/.DS_Store | 补丁 | 查看 | 原始文档 | blame | 历史 | |
web_standard/vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
web_standard/.gitignore
文件已删除 web_standard/coderd.json
对比新文件 @@ -0,0 +1,10 @@ { "project": 5247, "template": { "alias": "eva", "command": "page", "option": { "resources": "workorder_check_attr_ext" } } } web_standard/src/coderd.json
对比新文件 @@ -0,0 +1 @@ {} web_standard/src/components/.DS_StoreBinary files differ
web_standard/src/components/ext/.DS_StoreBinary files differ
web_standard/src/views/.DS_StoreBinary files differ
web_standard/vue.config.js
对比新文件 @@ -0,0 +1,25 @@ // 璇︾粏閰嶇疆璇峰弬鑰僪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]}`]: '' } } } } }