瀏覽代碼

Merge branch 'master' into develop

master
2183691628 3 年之前
父節點
當前提交
392cb36a84
共有 2 個檔案被更改,包括 5 行新增4 行删除
  1. +3
    -2
      README.md
  2. +2
    -2
      vue.config.js

+ 3
- 2
README.md 查看文件

@@ -1,7 +1,7 @@
<!--
* @Date: 2021-11-29 11:14:13
* @LastEditors: JinxuChen
* @LastEditTime: 2021-12-03 15:25:57
* @LastEditTime: 2021-12-03 15:49:38
* @FilePath: \GpsCardAdmin\README.md
* @description:
-->
@@ -33,4 +33,5 @@ FEATURE
`2021年12月3日`
FEATURE
- merge off-limits-type
- 增加 禁入类别
- 增加 禁入类别
- 修复 打包路径错误的问题

+ 2
- 2
vue.config.js 查看文件

@@ -24,9 +24,9 @@ module.exports = {
* In most cases please use '/' !!!
* Detail: https://cli.vuejs.org/config/#publicpath
*/
publicPath: '/',
publicPath: './',
outputDir: 'dist',
assetsDir: 'static',
/* assetsDir: 'static', */
lintOnSave: process.env.NODE_ENV === 'development',
productionSourceMap: false,
devServer: {


Loading…
取消
儲存