Mr.Shi
2023-08-11 b30c0e0a6a4753cbc0c2efa940042a125781eaac
标准版
已添加6个文件
已删除1个文件
61 ■■■■■ 文件已修改
web_standard/.gitignore 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_standard/coderd.json 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_standard/src/coderd.json 1 ●●●● 补丁 | 查看 | 原始文档 | 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 25 ●●●●● 补丁 | 查看 | 原始文档 | 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_Store
Binary files differ
web_standard/src/components/ext/.DS_Store
Binary files differ
web_standard/src/views/.DS_Store
Binary 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]}`]: ''
        }
      }
    }
  }
}