Skip to content

Commit 4476798

Browse files
author
dawpf
committed
测试本地git
1 parent 67a84f3 commit 4476798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const path = require('path');
9292

9393
module.exports = {
9494
// 默认输出的路径 就是在当前地址栏后面添加的路径 若为 'ccc' ,则为 http://localhost:8085/ccc/
95-
publicPath: '/'
95+
publicPath: '/',
9696
// 不同的环境打不同包名
9797
outputDir: process.env.NODE_ENV === "development" ? 'devdist' : 'dist',
9898
lintOnSave: false, // 关闭eslint
@@ -308,7 +308,7 @@ export default {
308308
</script>
309309
```
310310

311-
### 四 代码测试
311+
### 四 代码测试
312312

313313
```javascript
314314
npm i serve -g // 全局安装 serve

0 commit comments

Comments
 (0)