Skip to content

Commit 65a6bd0

Browse files
committed
更新rm
1 parent bb37b3e commit 65a6bd0

File tree

4 files changed

+79272
-12
lines changed

4 files changed

+79272
-12
lines changed

public/manifest.js

Lines changed: 154 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,154 @@
1-
!function(e){function r(r){for(var n,l,f=r[0],i=r[1],a=r[2],c=0,s=[];c<f.length;c++)l=f[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,f=1;f<t.length;f++){var i=t[f];0!==o[i]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={1:0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var f=window.webpackJsonp=window.webpackJsonp||[],i=f.push.bind(f);f.push=r,f=f.slice();for(var a=0;a<f.length;a++)r(f[a]);var p=i;t()}([]);
1+
/******/ (function(modules) { // webpackBootstrap
2+
/******/ // install a JSONP callback for chunk loading
3+
/******/ function webpackJsonpCallback(data) {
4+
/******/ var chunkIds = data[0];
5+
/******/ var moreModules = data[1];
6+
/******/ var executeModules = data[2];
7+
/******/
8+
/******/ // add "moreModules" to the modules object,
9+
/******/ // then flag all "chunkIds" as loaded and fire callback
10+
/******/ var moduleId, chunkId, i = 0, resolves = [];
11+
/******/ for(;i < chunkIds.length; i++) {
12+
/******/ chunkId = chunkIds[i];
13+
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
14+
/******/ resolves.push(installedChunks[chunkId][0]);
15+
/******/ }
16+
/******/ installedChunks[chunkId] = 0;
17+
/******/ }
18+
/******/ for(moduleId in moreModules) {
19+
/******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
20+
/******/ modules[moduleId] = moreModules[moduleId];
21+
/******/ }
22+
/******/ }
23+
/******/ if(parentJsonpFunction) parentJsonpFunction(data);
24+
/******/
25+
/******/ while(resolves.length) {
26+
/******/ resolves.shift()();
27+
/******/ }
28+
/******/
29+
/******/ // add entry modules from loaded chunk to deferred list
30+
/******/ deferredModules.push.apply(deferredModules, executeModules || []);
31+
/******/
32+
/******/ // run deferred modules when all chunks ready
33+
/******/ return checkDeferredModules();
34+
/******/ };
35+
/******/ function checkDeferredModules() {
36+
/******/ var result;
37+
/******/ for(var i = 0; i < deferredModules.length; i++) {
38+
/******/ var deferredModule = deferredModules[i];
39+
/******/ var fulfilled = true;
40+
/******/ for(var j = 1; j < deferredModule.length; j++) {
41+
/******/ var depId = deferredModule[j];
42+
/******/ if(installedChunks[depId] !== 0) fulfilled = false;
43+
/******/ }
44+
/******/ if(fulfilled) {
45+
/******/ deferredModules.splice(i--, 1);
46+
/******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
47+
/******/ }
48+
/******/ }
49+
/******/
50+
/******/ return result;
51+
/******/ }
52+
/******/
53+
/******/ // The module cache
54+
/******/ var installedModules = {};
55+
/******/
56+
/******/ // object to store loaded and loading chunks
57+
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
58+
/******/ // Promise = chunk loading, 0 = chunk loaded
59+
/******/ var installedChunks = {
60+
/******/ "/manifest": 0
61+
/******/ };
62+
/******/
63+
/******/ var deferredModules = [];
64+
/******/
65+
/******/ // The require function
66+
/******/ function __webpack_require__(moduleId) {
67+
/******/
68+
/******/ // Check if module is in cache
69+
/******/ if(installedModules[moduleId]) {
70+
/******/ return installedModules[moduleId].exports;
71+
/******/ }
72+
/******/ // Create a new module (and put it into the cache)
73+
/******/ var module = installedModules[moduleId] = {
74+
/******/ i: moduleId,
75+
/******/ l: false,
76+
/******/ exports: {}
77+
/******/ };
78+
/******/
79+
/******/ // Execute the module function
80+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
81+
/******/
82+
/******/ // Flag the module as loaded
83+
/******/ module.l = true;
84+
/******/
85+
/******/ // Return the exports of the module
86+
/******/ return module.exports;
87+
/******/ }
88+
/******/
89+
/******/
90+
/******/ // expose the modules object (__webpack_modules__)
91+
/******/ __webpack_require__.m = modules;
92+
/******/
93+
/******/ // expose the module cache
94+
/******/ __webpack_require__.c = installedModules;
95+
/******/
96+
/******/ // define getter function for harmony exports
97+
/******/ __webpack_require__.d = function(exports, name, getter) {
98+
/******/ if(!__webpack_require__.o(exports, name)) {
99+
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
100+
/******/ }
101+
/******/ };
102+
/******/
103+
/******/ // define __esModule on exports
104+
/******/ __webpack_require__.r = function(exports) {
105+
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
106+
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
107+
/******/ }
108+
/******/ Object.defineProperty(exports, '__esModule', { value: true });
109+
/******/ };
110+
/******/
111+
/******/ // create a fake namespace object
112+
/******/ // mode & 1: value is a module id, require it
113+
/******/ // mode & 2: merge all properties of value into the ns
114+
/******/ // mode & 4: return value when already ns object
115+
/******/ // mode & 8|1: behave like require
116+
/******/ __webpack_require__.t = function(value, mode) {
117+
/******/ if(mode & 1) value = __webpack_require__(value);
118+
/******/ if(mode & 8) return value;
119+
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
120+
/******/ var ns = Object.create(null);
121+
/******/ __webpack_require__.r(ns);
122+
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
123+
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
124+
/******/ return ns;
125+
/******/ };
126+
/******/
127+
/******/ // getDefaultExport function for compatibility with non-harmony modules
128+
/******/ __webpack_require__.n = function(module) {
129+
/******/ var getter = module && module.__esModule ?
130+
/******/ function getDefault() { return module['default']; } :
131+
/******/ function getModuleExports() { return module; };
132+
/******/ __webpack_require__.d(getter, 'a', getter);
133+
/******/ return getter;
134+
/******/ };
135+
/******/
136+
/******/ // Object.prototype.hasOwnProperty.call
137+
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
138+
/******/
139+
/******/ // __webpack_public_path__
140+
/******/ __webpack_require__.p = "/";
141+
/******/
142+
/******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
143+
/******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
144+
/******/ jsonpArray.push = webpackJsonpCallback;
145+
/******/ jsonpArray = jsonpArray.slice();
146+
/******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
147+
/******/ var parentJsonpFunction = oldJsonpFunction;
148+
/******/
149+
/******/
150+
/******/ // run deferred modules from other chunks
151+
/******/ checkDeferredModules();
152+
/******/ })
153+
/************************************************************************/
154+
/******/ ([]);

public/mix-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/app.js": "/app.js?id=786e4606390f33379399",
3-
"/manifest.js": "/manifest.js?id=3c768977c2574a34506e",
4-
"/vendor.js": "/vendor.js?id=38a9d2f43b98aaf4f7dd"
2+
"/app.js": "/app.js?id=5f7d23d3c659492560b2",
3+
"/manifest.js": "/manifest.js?id=d9708e48a6c10ccee4bb",
4+
"/vendor.js": "/vendor.js?id=736997e66e11f6db997a"
55
}

public/vendor.js

Lines changed: 79107 additions & 1 deletion
Large diffs are not rendered by default.

readme.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Laravel-Vue-Admin 是一个开箱即用的Laravel后台扩展
44

5+
6+
[中文文档](https://smallruraldog.github.io/laravel-vue-admin/#/)
7+
58
## 安装
69
首先确保安装好了laravel,并且数据库连接设置正确。
710

@@ -66,19 +69,19 @@ class GroupBuyController extends AdminController implements AdminResource
6669

6770
## 版本升级
6871

69-
### 查看当前版本
72+
查看当前版本
7073
```bash
7174
composer show smallruraldog/laravel-vue-admin
7275
```
73-
### 更新到最新版
76+
更新到最新版
7477
```bash
7578
composer require smallruraldog/laravel-vue-admin
7679
```
77-
### 更新到开发版
80+
更新到开发版
7881
```bash
7982
composer require smallruraldog/laravel-vue-admin:dev-master
8083
```
81-
### 注意事项
84+
注意事项
8285
由于每个版本的静态资源或者语言包都有可能会有更新,所以升级版本之后最好运行下面的命令
8386
```bash
8487
// 强制发布静态资源文件
@@ -98,10 +101,8 @@ php artisan view:clear
98101

99102
![image-20200313103804881](./docs/README.assets/image-20200313103804881.png)
100103

101-
# 打赏
104+
# 支持
102105

103106
如果你觉得 Laravel-Vue-Admin 节省了你的开发时间,让你少加班,让你能更早的回家陪女友或者打游戏,能让你更快速的挣到钱,那么请支持我,让我能继续的将 Laravel-Vue-Admin 做好,做下去!
104107

105-
106-
107108
![image-20200313112129545](./docs/README.assets/image-20200313112129545.png)

0 commit comments

Comments
 (0)