张涛 2 vuotta sitten
vanhempi
commit
1506d3c825
3 muutettua tiedostoa jossa 12891 lisäystä ja 46 poistoa
  1. 14
    45
      project.config.json
  2. 0
    1
      src/app.js
  3. 12877
    0
      yarn.lock

+ 14
- 45
project.config.json Näytä tiedosto

@@ -1,46 +1,15 @@
1 1
 {
2
-    "miniprogramRoot": "dist/",
3
-    "projectname": "%E6%96%87%E6%98%8E%E9%9C%8D%E5%B1%B1",
4
-    "description": "文明城市小程序",
5
-    "appid": "wx39d721c54a0a11c4",
6
-    "setting": {
7
-        "urlCheck": true,
8
-        "es6": false,
9
-        "enhance": false,
10
-        "postcss": false,
11
-        "preloadBackgroundData": false,
12
-        "minified": false,
13
-        "newFeature": false,
14
-        "coverView": true,
15
-        "nodeModules": false,
16
-        "autoAudits": false,
17
-        "showShadowRootInWxmlPanel": true,
18
-        "scopeDataCheck": false,
19
-        "uglifyFileName": false,
20
-        "checkInvalidKey": true,
21
-        "checkSiteMap": true,
22
-        "uploadWithSourceMap": true,
23
-        "compileHotReLoad": false,
24
-        "lazyloadPlaceholderEnable": false,
25
-        "useMultiFrameRuntime": true,
26
-        "useApiHook": true,
27
-        "useApiHostProcess": true,
28
-        "babelSetting": {
29
-            "ignore": [],
30
-            "disablePlugins": [],
31
-            "outputPath": ""
32
-        },
33
-        "enableEngineNative": false,
34
-        "useIsolateContext": true,
35
-        "userConfirmedBundleSwitch": false,
36
-        "packNpmManually": false,
37
-        "packNpmRelationList": [],
38
-        "minifyWXSS": true,
39
-        "disableUseStrict": false,
40
-        "showES6CompileOption": false,
41
-        "useCompilerPlugins": false,
42
-        "minifyWXML": true
43
-    },
44
-    "compileType": "miniprogram",
45
-    "condition": {}
46
-}
2
+  "miniprogramRoot": "./dist",
3
+  "projectname": "civilized-miniapp",
4
+  "description": "文明城市小程序",
5
+  "appid": "wx39d721c54a0a11c4",
6
+  "setting": {
7
+    "urlCheck": true,
8
+    "es6": false,
9
+    "enhance": false,
10
+    "compileHotReLoad": false,
11
+    "postcss": false,
12
+    "minified": false
13
+  },
14
+  "compileType": "miniprogram"
15
+}

+ 0
- 1
src/app.js Näytä tiedosto

@@ -1,4 +1,3 @@
1
-import React from 'react';
2 1
 import Taro from '@tarojs/taro';
3 2
 import store, { Provider } from '@/store';
4 3
 import './app.less'

+ 12877
- 0
yarn.lock
File diff suppressed because it is too large
Näytä tiedosto