Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
offical_web
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjie
offical_web
Commits
32a9fd65
Commit
32a9fd65
authored
Jul 26, 2022
by
zhangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
title
parent
be97e978
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
2 deletions
+1
-2
public/index.html
+1
-1
src/assets/logo.png
+0
-0
src/views/home.vue
+0
-1
No files found.
public/index.html
View file @
32a9fd65
...
...
@@ -16,7 +16,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
/>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
/>
<title></title>
<title>
九猫erp——为跨境电商卖家量身打造的综合服务平台
</title>
<!-- <title>晶闪ERP演示系统</title> -->
<!-- 使用CDN的CSS文件 -->
<
%
for
(
var
i
in
htmlWebpackPlugin
.
options
.
cdn
&&
htmlWebpackPlugin
.
options
.
cdn
.
css
)
{
%
>
...
...
src/assets/logo.png
View file @
32a9fd65
10.7 KB
|
W:
|
H:
9.96 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/views/home.vue
View file @
32a9fd65
...
...
@@ -414,7 +414,6 @@ export default {
email
:
this
.
ruleForm
.
email
,
password
:
this
.
ruleForm
.
password
,
}).
then
((
res
)
=>
{
this
.
$message
.
success
(
res
.
message
)
if
(
res
.
message
==
'操作成功'
)
{
this
.
ruleForm
=
{}
this
.
$router
.
push
(
'/contact'
)
...
...
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