Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-satisfaction
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
48d422d6
authored
Nov 08, 2023
by
golton_gao
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update: 提交前优化
parent
fd720797
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
.gitignore
config/index.js
index.html
.gitignore
View file @
48d422d6
...
...
@@ -4,6 +4,7 @@ dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
www/
# Editor directories and files
.idea
...
...
config/index.js
View file @
48d422d6
...
...
@@ -7,7 +7,7 @@ module.exports = {
index
:
path
.
resolve
(
__dirname
,
'../www/index.html'
),
assetsRoot
:
path
.
resolve
(
__dirname
,
'../www'
),
assetsSubDirectory
:
'static'
,
assetsPublicPath
:
''
,
assetsPublicPath
:
'
/
'
,
productionSourceMap
:
true
,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
...
...
@@ -41,7 +41,7 @@ module.exports = {
index
:
path
.
resolve
(
__dirname
,
'../dist/index.html'
),
assetsRoot
:
path
.
resolve
(
__dirname
,
'../dist'
),
assetsSubDirectory
:
'static'
,
assetsPublicPath
:
''
,
assetsPublicPath
:
'
/
'
,
productionSourceMap
:
false
,
appConfFile
:
'CubeModule.json'
,
eslint
:
true
,
...
...
index.html
View file @
48d422d6
...
...
@@ -8,6 +8,7 @@
<meta
name=
"apple-mobile-web-app-title"
content=
"contact"
>
<meta
name=
"format-detection"
content=
"telephone=no,email=no,adress=no"
/>
<meta
name=
"mobile-web-app-capable"
content=
"jf"
>
<script
src=
"miniapp://common/js/qing/qing.js"
></script>
<title>
建发房产满意度模块
</title>
</head>
<body>
...
...
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