武隆区智慧救助终端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
354 B

  1. const { defineConfig } = require('@vue/cli-service')
  2. module.exports = defineConfig({
  3. transpileDependencies: true,
  4. publicPath: process.env.NODE_ENV === 'production' ? '/wlq_plat/' : '/', // 部署上线的访问路径
  5. devServer: {
  6. client: {
  7. overlay: false // 禁用错误的遮罩层
  8. }
  9. }
  10. // lintOnSave: false // 禁用 ESLint
  11. })