Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
63398a3e
authored
May 18, 2021
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
xZ
parent
91e0176e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
src/ajax/index.js
view/index.html
view/js/app.js
vue.config.js
src/ajax/index.js
View file @
63398a3e
...
...
@@ -39,7 +39,7 @@ export const http = (method, url, param,loading) => {
return
qs
.
stringify
(
param
);
}],
headers
:
{
'Authorization'
:
'Bearer '
+
token
//
'Authorization': 'Bearer ' + token
},
loading
:(
loading
?
false
:
true
)
};
...
...
view/index.html
View file @
63398a3e
...
...
@@ -4,14 +4,14 @@
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"favicon.ico"
>
<link
rel=
"icon"
href=
"
http://yunxin.liexindev.net/
favicon.ico"
>
<title>
cloudsystem
</title>
<link
href=
"js/app.js"
rel=
"preload"
as=
"script"
></head>
<link
href=
"
http://yunxin.liexindev.net/
js/app.js"
rel=
"preload"
as=
"script"
></head>
<body>
<noscript>
<strong>
网络异常,请稍后加载
</strong>
</noscript>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
<script
type=
"text/javascript"
src=
"js/app.js"
></script></body>
<script
type=
"text/javascript"
src=
"
http://yunxin.liexindev.net/
js/app.js"
></script></body>
</html>
view/js/app.js
View file @
63398a3e
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
63398a3e
...
...
@@ -9,7 +9,7 @@ switch (env) {
break
;
case
'test'
:
//测试环境
NODE_ENV
=
''
;
NODE_ENV
=
'
http://yunxin.liexindev.net
'
;
break
;
case
'production'
:
//线上环境
...
...
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