Browse Source

新增心理咨询 功能

feature/style
lihenian 5 years ago
parent
commit
ff4805d176
  1. 5
      epdc-resident-mp-yushan/project.config.json

5
epdc-resident-mp-yushan/project.config.json

@ -7,6 +7,7 @@
"urlCheck": false, "urlCheck": false,
"es6": true, "es6": true,
"postcss": true, "postcss": true,
"preloadBackgroundData": false,
"minified": true, "minified": true,
"newFeature": true, "newFeature": true,
"coverView": true, "coverView": true,
@ -20,7 +21,9 @@
"ignore": [], "ignore": [],
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
} },
"useCompilerModule": false,
"userConfirmedUseCompilerModuleSwitch": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.10.4", "libVersion": "2.10.4",

Loading…
Cancel
Save