easy-soft-develop 2.1.209 → 2.1.214

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.1.209",
3
+ "version": "2.1.214",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -117,6 +117,12 @@ function handlePackage(projectPath, zipPath) {
117
117
  filepath: 'src/locales/zh-CN/menu.js',
118
118
  });
119
119
 
120
+ copyFolderSync({
121
+ sourceMainPath,
122
+ targetMainPath,
123
+ filepath: 'src/pageBases/',
124
+ });
125
+
120
126
  copyFolderSync({
121
127
  sourceMainPath,
122
128
  targetMainPath,