easy-soft-develop 2.1.92 → 2.1.97
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
|
@@ -107,92 +107,100 @@ function handlePackage(projectPath, zipPath) {
|
|
|
107
107
|
copyFile({
|
|
108
108
|
sourceMainPath,
|
|
109
109
|
targetMainPath,
|
|
110
|
-
filepath: '
|
|
110
|
+
filepath: 'config/router.master.template.config.js',
|
|
111
111
|
callback: () => {
|
|
112
112
|
copyFile({
|
|
113
113
|
sourceMainPath,
|
|
114
114
|
targetMainPath,
|
|
115
|
-
filepath: '
|
|
115
|
+
filepath: 'generatorConfig/function.data.extra.json',
|
|
116
116
|
callback: () => {
|
|
117
|
-
|
|
117
|
+
copyFile({
|
|
118
118
|
sourceMainPath,
|
|
119
119
|
targetMainPath,
|
|
120
|
-
filepath: 'src/
|
|
120
|
+
filepath: 'src/commonAssist/Action/actionGeneral.js',
|
|
121
121
|
callback: () => {
|
|
122
122
|
copyFolder({
|
|
123
123
|
sourceMainPath,
|
|
124
124
|
targetMainPath,
|
|
125
|
-
filepath: 'src/
|
|
125
|
+
filepath: 'src/components/PageLoading/',
|
|
126
126
|
callback: () => {
|
|
127
127
|
copyFolder({
|
|
128
128
|
sourceMainPath,
|
|
129
129
|
targetMainPath,
|
|
130
|
-
filepath:
|
|
131
|
-
'src/customSpecialComponents/BaseUpdateRoleModal/',
|
|
130
|
+
filepath: 'src/customConfig/general/',
|
|
132
131
|
callback: () => {
|
|
133
|
-
|
|
132
|
+
copyFolder({
|
|
134
133
|
sourceMainPath,
|
|
135
134
|
targetMainPath,
|
|
136
135
|
filepath:
|
|
137
|
-
'src/customSpecialComponents/
|
|
136
|
+
'src/customSpecialComponents/BaseUpdateRoleModal/',
|
|
138
137
|
callback: () => {
|
|
139
|
-
|
|
138
|
+
copyFile({
|
|
140
139
|
sourceMainPath,
|
|
141
140
|
targetMainPath,
|
|
142
141
|
filepath:
|
|
143
|
-
'src/customSpecialComponents/
|
|
142
|
+
'src/customSpecialComponents/CustomAssembly/menuHeader.js',
|
|
144
143
|
callback: () => {
|
|
145
144
|
copyFolder({
|
|
146
145
|
sourceMainPath,
|
|
147
146
|
targetMainPath,
|
|
148
|
-
filepath:
|
|
147
|
+
filepath:
|
|
148
|
+
'src/customSpecialComponents/UpdateModuleModalBase/',
|
|
149
149
|
callback: () => {
|
|
150
|
-
|
|
150
|
+
copyFolder({
|
|
151
151
|
sourceMainPath,
|
|
152
152
|
targetMainPath,
|
|
153
|
-
filepath: 'src/
|
|
153
|
+
filepath: 'src/pages/',
|
|
154
154
|
callback: () => {
|
|
155
155
|
copyFile({
|
|
156
156
|
sourceMainPath,
|
|
157
157
|
targetMainPath,
|
|
158
|
-
filepath: 'src/utils/
|
|
158
|
+
filepath: 'src/utils/init.js',
|
|
159
159
|
callback: () => {
|
|
160
160
|
copyFile({
|
|
161
161
|
sourceMainPath,
|
|
162
162
|
targetMainPath,
|
|
163
|
-
filepath: 'src/
|
|
163
|
+
filepath: 'src/utils/tools.js',
|
|
164
164
|
callback: () => {
|
|
165
165
|
copyFile({
|
|
166
166
|
sourceMainPath,
|
|
167
167
|
targetMainPath,
|
|
168
|
-
filepath: 'src/
|
|
168
|
+
filepath: 'src/access.js',
|
|
169
169
|
callback: () => {
|
|
170
170
|
copyFile({
|
|
171
171
|
sourceMainPath,
|
|
172
172
|
targetMainPath,
|
|
173
|
-
filepath:
|
|
174
|
-
'src/global.less',
|
|
173
|
+
filepath: 'src/app.jsx',
|
|
175
174
|
callback: () => {
|
|
176
175
|
copyFile({
|
|
177
176
|
sourceMainPath,
|
|
178
177
|
targetMainPath,
|
|
179
178
|
filepath:
|
|
180
|
-
'src/
|
|
179
|
+
'src/global.less',
|
|
181
180
|
callback: () => {
|
|
182
181
|
copyFile({
|
|
183
182
|
sourceMainPath,
|
|
184
183
|
targetMainPath,
|
|
185
184
|
filepath:
|
|
186
|
-
'
|
|
185
|
+
'src/overrides.less',
|
|
187
186
|
callback: () => {
|
|
188
187
|
copyFile({
|
|
189
188
|
sourceMainPath,
|
|
190
189
|
targetMainPath,
|
|
191
190
|
filepath:
|
|
192
|
-
'
|
|
191
|
+
'plugin.ts',
|
|
193
192
|
callback:
|
|
194
193
|
() => {
|
|
195
|
-
|
|
194
|
+
copyFile({
|
|
195
|
+
sourceMainPath,
|
|
196
|
+
targetMainPath,
|
|
197
|
+
filepath:
|
|
198
|
+
'tsconfig.json',
|
|
199
|
+
callback:
|
|
200
|
+
() => {
|
|
201
|
+
clearResource();
|
|
202
|
+
},
|
|
203
|
+
});
|
|
196
204
|
},
|
|
197
205
|
});
|
|
198
206
|
},
|