Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
25d50819
Commit
25d50819
authored
May 06, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
token替换
parent
0afa6d1e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
preview.vue
src/components/photo/preview.vue
+1
-1
setting.vue
src/components/photo/setting.vue
+2
-2
list.vue
src/pages/photo/list.vue
+2
-2
preview.vue
src/pages/photo/preview.vue
+1
-1
setting.vue
src/pages/photo/setting.vue
+2
-2
No files found.
src/components/photo/preview.vue
View file @
25d50819
...
...
@@ -50,7 +50,7 @@
// if(e.standardId) {
// this.standardId = e.standardId
// }
this
.
token
=
getApp
().
globalData
.
token
this
.
token
=
this
.
vuex_
token
},
methods
:
{
// 保存照片到本地
...
...
src/components/photo/setting.vue
View file @
25d50819
...
...
@@ -130,7 +130,7 @@
// this.systemId = '79550af260555cc20afb34156c94b32c' // 测试数据
this
.
loading
=
true
this
.
$u
.
api
.
getUserWatermark
({
'token'
:
getApp
().
globalData
.
token
,
'token'
:
this
.
vuex_
token
,
'system_id'
:
this
.
systemId
}).
then
(
res
=>
{
if
(
res
&&
res
.
result
)
{
...
...
@@ -148,7 +148,7 @@
saveUserWatermark
:
function
()
{
this
.
loading
=
true
this
.
$u
.
api
.
saveUserWatermark
({
'token'
:
getApp
().
globalData
.
token
,
'token'
:
this
.
vuex_
token
,
'watermark'
:
this
.
result
}).
then
(
res
=>
{
if
(
res
.
result
.
code
==
true
)
{
...
...
src/pages/photo/list.vue
View file @
25d50819
...
...
@@ -146,7 +146,7 @@
this
.
loading
=
true
let
that
=
this
this
.
$u
.
cloudApi
.
getGroupStandardV2
({
'token'
:
getApp
().
globalData
.
token
,
'token'
:
this
.
vuex_
token
,
'classify_id'
:
this
.
classifyId
,
'system_id'
:
this
.
systemId
,
'brand_id'
:
this
.
brandId
...
...
@@ -253,7 +253,7 @@
// 清除图片
handleClickSure
:
function
()
{
this
.
$u
.
cloudApi
.
cleanImage
({
'token'
:
getApp
().
globalData
.
token
,
'token'
:
this
.
vuex_
token
,
}).
then
(
res
=>
{
this
.
isPopShow
=
false
if
(
res
&&
res
.
result
)
{
...
...
src/pages/photo/preview.vue
View file @
25d50819
...
...
@@ -49,7 +49,7 @@
this
.
standardId
=
e
.
standardId
}
this
.
token
=
getApp
().
globalData
.
token
this
.
token
=
this
.
vuex_
token
},
methods
:
{
// 保存照片到本地
...
...
src/pages/photo/setting.vue
View file @
25d50819
...
...
@@ -130,7 +130,7 @@
// this.systemId = '79550af260555cc20afb34156c94b32c' // 测试数据
this
.
loading
=
true
this
.
$u
.
cloudApi
.
getUserWatermark
({
'token'
:
getApp
().
globalData
.
token
,
'token'
:
this
.
vuex_
token
,
'system_id'
:
this
.
systemId
}).
then
(
res
=>
{
if
(
res
&&
res
.
result
)
{
...
...
@@ -148,7 +148,7 @@
saveUserWatermark
:
function
()
{
this
.
loading
=
true
this
.
$u
.
cloudApi
.
saveUserWatermark
({
'token'
:
getApp
().
globalData
.
token
,
'token'
:
this
.
vuex_
token
,
'watermark'
:
this
.
result
}).
then
(
res
=>
{
if
(
res
.
result
.
code
==
true
)
{
...
...
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