Skip to content

Commit 58db40d

Browse files
committed
Versão original dos assets
1 parent 3bc041f commit 58db40d

File tree

7 files changed

+20332
-23
lines changed

7 files changed

+20332
-23
lines changed

public/css/admin.css

Lines changed: 9329 additions & 5 deletions
Large diffs are not rendered by default.

public/css/spa.css

Lines changed: 9329 additions & 5 deletions
Large diffs are not rendered by default.

public/js/admin.js

Lines changed: 268 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/spa.js

Lines changed: 1401 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"/js/spa.js": "/js/spa.js",
3-
"/js/spa.js.map": "/js/spa.js.map",
43
"/js/admin.js": "/js/admin.js",
54
"/css/admin.css": "/css/admin.css",
6-
"/css/spa.css": "/css/spa.css",
7-
"/js/admin.js.map": "/js/admin.js.map",
8-
"/css/admin.css.map": "/css/admin.css.map",
9-
"/css/spa.css.map": "/css/spa.css.map"
5+
"/css/spa.css": "/css/spa.css"
106
}

resources/assets/admin/js/services/adminConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const location = window.location;
22

33
export default {
4-
//HOST: `${location.protocol}//${location.hostname}:${location.port}`,
5-
HOST: 'http://br326.teste.website/~devol190',
4+
HOST: `${location.protocol}//${location.hostname}:${location.port}`,
5+
//HOST: 'http://br326.teste.website/~devol190',
66
get API_URL(){ //students,te
77
return `${this.HOST}/admin/api`;
88
},

resources/assets/spa/js/services/spaConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
const location = window.location;
22

33
export default {
4-
//HOST: `${location.protocol}//${location.hostname}:${location.port}`,
5-
HOST: 'http://br326.teste.website/~devol190',
4+
HOST: `${location.protocol}//${location.hostname}:${location.port}`,
5+
//HOST: 'http://br326.teste.website/~devol190',
66
get API_URL(){
77
return `${this.HOST}/api`;
88
},

0 commit comments

Comments
 (0)