Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
Project
Project
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
wangxuelai
biz.qingxiao.com
Commits
b73e9681
Commit
b73e9681
authored
Oct 12, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'最新代码提交'
parent
84776f51
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
12 deletions
+14
-12
index.html
index.html
+3
-3
index.ejs
public/index.ejs
+1
-1
api.js
src/common/api.js
+4
-4
OrgdescEditor.less
src/pages/officialweb/pagecomponent/OrgdescEditor.less
+6
-4
No files found.
index.html
View file @
b73e9681
...
...
@@ -11,8 +11,8 @@
<script src="js/console-polyfill.js"></script>
<![endif]-->
<script
charset=
"utf-8"
src=
"https://map.qq.com/api/js?v=2.exp&key=XSZBZ-5LHCV-5I2P7-UQHPW-6456F-JBB3B"
></script>
<link
href=
"/dist/index.css?15708
50885382
"
rel=
"stylesheet"
>
<script
src=
"/lib/vendor.dll.js?
111
"
charset=
"utf-8"
></script>
<link
href=
"/dist/index.css?15708
61333631
"
rel=
"stylesheet"
>
<script
src=
"/lib/vendor.dll.js?
2223
"
charset=
"utf-8"
></script>
<script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/console-polyfill.js?3"
charset=
"utf-8"
></script>
<script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/es6-shim.min.js?3"
charset=
"utf-8"
></script>
<script
src=
"https://cdn.img.shangjiadao.cn/qingxiao/biz/js/es5-shim.js?3"
charset=
"utf-8"
></script>
...
...
@@ -24,7 +24,7 @@
<body>
<div
id=
"root"
></div>
<script
src=
"/dist/index.js?15708
50885382
"
charset=
"utf-8"
></script>
<script
src=
"/dist/index.js?15708
61333631
"
charset=
"utf-8"
></script>
</body>
</html>
\ No newline at end of file
public/index.ejs
View file @
b73e9681
...
...
@@ -15,7 +15,7 @@
return `
<link
href=
"${htmlWebpackPlugin.options.files.CDN}${item}?${Date.now()}"
rel=
"stylesheet"
>
`
}).join('') %>
<
%=
htmlWebpackPlugin
.
options
.
files
.
header
.
js
.
map
((
item
)
=
>
{
return `
<script
src=
"${htmlWebpackPlugin.options.files.CDN}${item}?
3
"
charset=
"utf-8"
></script>
`
return `
<script
src=
"${htmlWebpackPlugin.options.files.CDN}${item}?
20191012
"
charset=
"utf-8"
></script>
`
}).join('') %>
</head>
</head>
...
...
src/common/api.js
View file @
b73e9681
...
...
@@ -4,10 +4,10 @@ const basepath = `${location.protocol}//${pathify(window.location.host)}/`;
let
api
=
''
;
let
dakaapi
=
''
;
if
(
ENVIRONMENT
==
'pro'
)
{
api
=
'https://test.wp53.cn/v2/api/'
;
dakaapi
=
'https:clock.wp53.cn/v3/'
;
//
api = 'https://wx.m.shangjiadao.cn/v2/api/';
//
dakaapi = 'https://qxapi.qingxiao.online/daka/v3/';
//
api = 'https://test.wp53.cn/v2/api/';
//
dakaapi = 'https:clock.wp53.cn/v3/';
api
=
'https://wx.m.shangjiadao.cn/v2/api/'
;
dakaapi
=
'https://qxapi.qingxiao.online/daka/v3/'
;
}
else
if
(
ENVIRONMENT
==
'dev'
)
{
// api = 'https://wx.m.shangjiadao.cn/v2/api/';
// dakaapi = 'https://qxapi.qingxiao.online/daka/v3/';
...
...
src/pages/officialweb/pagecomponent/OrgdescEditor.less
View file @
b73e9681
...
...
@@ -303,10 +303,12 @@
cursor: pointer;
}
:global {
.ant-form-item {
margin-bottom: 0;
.ant-form-item-children {
padding-left: 0;
.SchoolInfoEditorcontainer {
.ant-form-item {
margin-bottom: 0;
.ant-form-item-children {
padding-left: 0;
}
}
}
}
...
...
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