黎星凯
2024-04-30 3be9cfcb6b59366b936821966d20a998a6895f9f
admin-web/vue.config.js
@@ -6,7 +6,7 @@
  return path.join(__dirname, dir)
}
const name = defaultSettings.title || '低值易耗品管理系统' // page title
const name = defaultSettings.title || '低值易耗品库存管理系统' // page title
// If your port is set to 80,
// use administrator privileges to execute the command line.
@@ -27,7 +27,7 @@
  transpileDependencies: ['element-ui', 'vuex', 'js-cookie', '@babel', 'resize-detector'],
  publicPath: './',
  // publicPath: '/',
  outputDir: 'psmWeb',
  outputDir: 'lowConsumWeb',
  assetsDir: 'static',
  lintOnSave: process.env.NODE_ENV === 'development',
  productionSourceMap: false,