zweizhao 7 years ago
parent
commit
afbe1f2db2
40 changed files with 202 additions and 6 deletions
  1. 1 3
      .gitignore
  2. 0 0
      dist/.nojekyll
  3. 9 0
      dist/200.html
  4. 10 0
      dist/README.md
  5. 1 0
      dist/_nuxt/1682b0d7b4a5ca99f5ea.js
  6. 1 0
      dist/_nuxt/24b35a30a713c7e4427e.js
  7. 1 0
      dist/_nuxt/461958f5d8adecd80581.js
  8. 1 0
      dist/_nuxt/4640d0df3812501bfe3c.js
  9. 1 0
      dist/_nuxt/4819c3804c96e85fd0f0.js
  10. 2 0
      dist/_nuxt/4c6d96f5f91737c0ee8d.js
  11. 1 0
      dist/_nuxt/558c769946a1d1e1e19f.js
  12. 1 0
      dist/_nuxt/6464200131d474cdbe02.js
  13. 1 0
      dist/_nuxt/676d69c51e5e17d5db0e.js
  14. 1 0
      dist/_nuxt/7877385b12cc0107df81.js
  15. 1 0
      dist/_nuxt/80b0bcd08d2effa210ed.js
  16. 1 0
      dist/_nuxt/81f67c5cd048a2173579.js
  17. 1 0
      dist/_nuxt/9cf7f20fc16506150cff.js
  18. 51 0
      dist/_nuxt/LICENSES
  19. 1 0
      dist/_nuxt/c3b4aaff97f64b9d4d3e.js
  20. 1 0
      dist/_nuxt/c9711e9445566c94ab76.js
  21. 2 0
      dist/_nuxt/cef6ae62047a10d82dea.js
  22. 1 0
      dist/_nuxt/dbbd9a563e80731d5fff.js
  23. 1 0
      dist/_nuxt/ff12ac33b63a1263b2be.js
  24. BIN
      dist/_nuxt/fonts/2fad952.woff
  25. BIN
      dist/_nuxt/fonts/6f0a763.ttf
  26. BIN
      dist/favicon.ico
  27. 2 2
      dist/index.html
  28. 9 0
      dist/login/index.html
  29. 9 0
      dist/main/404/index.html
  30. 9 0
      dist/main/cloud_balance/index.html
  31. 9 0
      dist/main/cloud_developer/index.html
  32. 9 0
      dist/main/cloud_job/index.html
  33. 9 0
      dist/main/dev_show/index.html
  34. 9 0
      dist/main/gongmall/index.html
  35. 9 0
      dist/main/index.html
  36. 9 0
      dist/main/vip_manager/index.html
  37. 9 0
      dist/main/vip_order/index.html
  38. 9 0
      dist/main/vip_setting/index.html
  39. 9 0
      dist/main/wage_settlement/index.html
  40. 1 1
      package.json

+ 1 - 3
.gitignore

@@ -4,8 +4,6 @@
 logs
 *.log
 npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
 
 # Runtime data
 pids
@@ -69,7 +67,7 @@ typings/
 .nuxt
 
 # Nuxt generate
-dist
+# dist
 
 # vuepress build output
 .vuepress/dist

+ 0 - 0
dist/.nojekyll


File diff suppressed because it is too large
+ 9 - 0
dist/200.html


+ 10 - 0
dist/README.md

@@ -0,0 +1,10 @@
+# STATIC
+
+**This directory is not required, you can delete it if you don't want to use it.**
+
+This directory contains your static files.
+Each file inside this directory is mapped to `/`.
+
+Example: `/static/robots.txt` is mapped as `/robots.txt`.
+
+More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#static).

File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/1682b0d7b4a5ca99f5ea.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/24b35a30a713c7e4427e.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/461958f5d8adecd80581.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/4640d0df3812501bfe3c.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/4819c3804c96e85fd0f0.js


File diff suppressed because it is too large
+ 2 - 0
dist/_nuxt/4c6d96f5f91737c0ee8d.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/558c769946a1d1e1e19f.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/6464200131d474cdbe02.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/676d69c51e5e17d5db0e.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/7877385b12cc0107df81.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/80b0bcd08d2effa210ed.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/81f67c5cd048a2173579.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/9cf7f20fc16506150cff.js


+ 51 - 0
dist/_nuxt/LICENSES

@@ -0,0 +1,51 @@
+/*!
+ * Vue.js v2.5.22
+ * (c) 2014-2019 Evan You
+ * Released under the MIT License.
+ */
+
+/*!
+  * vue-router v3.0.2
+  * (c) 2018 Evan You
+  * @license MIT
+  */
+
+/**
+ * vue-meta v1.5.8
+ * (c) 2018 Declan de Wet & Sébastien Chopin (@Atinux)
+ * @license MIT
+ */
+
+/*
+	object-assign
+	(c) Sindre Sorhus
+	@license MIT
+	*/
+
+/*!
+ * Determine if an object is a Buffer
+ *
+ * @author   Feross Aboukhadijeh <https://feross.org>
+ * @license  MIT
+ */
+
+/*!
+ * vue-no-ssr v1.1.1
+ * (c) 2018-present egoist <0x142857@gmail.com>
+ * Released under the MIT License.
+ */
+
+/**
+ * Checks if an event is supported in the current execution environment.
+ *
+ * NOTE: This will not work correctly for non-generic events such as `change`,
+ * `reset`, `load`, `error`, and `select`.
+ *
+ * Borrows from Modernizr.
+ *
+ * @param {string} eventNameSuffix Event name, e.g. "click".
+ * @param {?boolean} capture Check if the capture phase is supported.
+ * @return {boolean} True if the event is supported.
+ * @internal
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
+ */

File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/c3b4aaff97f64b9d4d3e.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/c9711e9445566c94ab76.js


File diff suppressed because it is too large
+ 2 - 0
dist/_nuxt/cef6ae62047a10d82dea.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/dbbd9a563e80731d5fff.js


File diff suppressed because it is too large
+ 1 - 0
dist/_nuxt/ff12ac33b63a1263b2be.js


BIN
dist/_nuxt/fonts/2fad952.woff


BIN
dist/_nuxt/fonts/6f0a763.ttf


BIN
dist/favicon.ico


File diff suppressed because it is too large
+ 2 - 2
dist/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/login/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/404/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/cloud_balance/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/cloud_developer/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/cloud_job/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/dev_show/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/gongmall/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/vip_manager/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/vip_order/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/vip_setting/index.html


File diff suppressed because it is too large
+ 9 - 0
dist/main/wage_settlement/index.html


+ 1 - 1
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "boss-ssr",
+  "name": "boss",
   "version": "1.0.0",
   "description": "boss ssr ver",
   "author": "zweizhao",