mali-applet-ui 1.1.69 → 1.1.70

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.
Files changed (2) hide show
  1. package/env/index.js +1 -1
  2. package/package.json +1 -1
package/env/index.js CHANGED
@@ -207,7 +207,7 @@ function parseEnv (rootPath) {
207
207
  const csName = `${cName}.${envConfig.VUE_APP_SUB_MODULE}`
208
208
  const cspName = `${csName}.${envConfig.VUE_APP_PLATFORM_NAME}`
209
209
  const envName = `${cspName}.${getEnvCode(envConfig.VUE_APP_MODE)}`
210
- const endFiles = [gName, cName, csName, cspName, envName, `${envName}.local`].map(fileName => `${envDir}/${fileName}`).concat([`${envName}.local`])
210
+ const endFiles = [gName, cName, csName, cspName, envName, `${envName}.local`].map(fileName => `${envDir}/${fileName}`).concat([gName, cName, csName, cspName, envName, `${envName}.local`])
211
211
 
212
212
  console.log('\n读取配置文件:')
213
213
  if (fs.existsSync(path.resolve(rootPath, envDir))) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.1.69",
3
+ "version": "1.1.70",
4
4
  "description": "码里UI-小程序组件库(vue2)",
5
5
  "files": [
6
6
  "lib",