Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
integralMall
integral-mall
Commits
f61f7c9d
You need to sign in or sign up before continuing.
Commit
f61f7c9d
authored
Apr 01, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
update: dist
parents
f4739ee2
b7aa952f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
+13
-2
index.html
dist/index.html
+1
-1
main.7da6b9ae30580e4be601.js
dist/js/main.7da6b9ae30580e4be601.js
+0
-0
main.7da6b9ae30580e4be601.js.LICENSE.txt
dist/js/main.7da6b9ae30580e4be601.js.LICENSE.txt
+0
-0
main.vue
src/views/main.vue
+12
-1
No files found.
dist/index.html
View file @
f61f7c9d
<!doctype html>
<html><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
><link
rel=
"stylesheet"
href=
"./static/css/iconfont.css"
><link
rel=
"stylesheet"
href=
"./static/css/common.css"
><link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./static/img/favicon.ico"
><title></title><script
defer=
"defer"
src=
"/integral-mall/js/main.
91121dcdb5d1369ce5ed
.js"
></script><link
href=
"/integral-mall/css/main.ff82526b8444e449655c.css"
rel=
"stylesheet"
></head><body><div
id=
"app"
><div
class=
"el-loading-spinner"
style=
"width: 98%;"
><svg
viewBox=
"25 25 50 50"
class=
"circular"
><circle
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
class=
"path"
></circle></svg></div></div><script>
(
function
()
{
<!doctype html>
<html><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
><link
rel=
"stylesheet"
href=
"./static/css/iconfont.css"
><link
rel=
"stylesheet"
href=
"./static/css/common.css"
><link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./static/img/favicon.ico"
><title></title><script
defer=
"defer"
src=
"/integral-mall/js/main.
7da6b9ae30580e4be601
.js"
></script><link
href=
"/integral-mall/css/main.ff82526b8444e449655c.css"
rel=
"stylesheet"
></head><body><div
id=
"app"
><div
class=
"el-loading-spinner"
style=
"width: 98%;"
><svg
viewBox=
"25 25 50 50"
class=
"circular"
><circle
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
class=
"path"
></circle></svg></div></div><script>
(
function
()
{
var
src
=
'/component/static/import-component.js?timestrap='
+
new
Date
().
getTime
();
var
host
=
window
.
location
.
host
;
host
=
host
.
indexOf
(
'localhost'
)
>
-
1
||
host
.
indexOf
(
'192.168'
)
>
-
1
?
'gicdev.demogic.com'
:
host
;
...
...
dist/js/main.
91121dcdb5d1369ce5ed
.js
→
dist/js/main.
7da6b9ae30580e4be601
.js
View file @
f61f7c9d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/js/main.
91121dcdb5d1369ce5ed
.js.LICENSE.txt
→
dist/js/main.
7da6b9ae30580e4be601
.js.LICENSE.txt
View file @
f61f7c9d
File moved
src/views/main.vue
View file @
f61f7c9d
...
...
@@ -6,6 +6,7 @@
</div>
</
template
>
<
script
>
import
request
from
'@/service/request.js'
;
export
default
{
components
:
{},
data
()
{
...
...
@@ -13,9 +14,19 @@ export default {
},
computed
:
{},
mounted
()
{
this
.
getRuleMemberFilterClose
();
},
methods
:
{
// 检测是否 关闭人群筛选器
getRuleMemberFilterClose
()
{
request
.
get
(
'/api-integral-mall/get-config'
).
then
(
res
=>
{
const
result
=
res
.
data
.
result
||
{};
this
.
$store
.
commit
(
'mutations_ruleMemberFilterClose'
,
result
.
ruleMemberFilterClose
);
});
},
},
methods
:
{},
};
</
script
>
<
style
scoped
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment