Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
高东东-金蝶建发
/
jf-yzj-yunying-sheet
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
a47484d9
authored
Feb 11, 2025
by
zqm
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update: 处理mjs,天眼云生产appid
parent
dab80d61
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
build/webpack.base.conf.js
package-lock.json
src/shared/app.vue
build/webpack.base.conf.js
View file @
a47484d9
...
@@ -58,7 +58,12 @@ rules = rules.concat([
...
@@ -58,7 +58,12 @@ rules = rules.concat([
limit
:
1000
,
limit
:
1000
,
name
:
utils
.
assetsPath
(
'fonts/[name].[hash:7].[ext]'
)
name
:
utils
.
assetsPath
(
'fonts/[name].[hash:7].[ext]'
)
}
}
}
},
{
test
:
/
\.
mjs$/
,
loader
:
'babel-loader'
,
include
:
[
resolve
(
'node_modules/@vant/popperjs/dist/index.esm.mjs'
)],
},
])
])
var
baseWebpackConfig
=
{
var
baseWebpackConfig
=
{
...
...
package-lock.json
View file @
a47484d9
This diff could not be displayed because it is too large.
src/shared/app.vue
View file @
a47484d9
...
@@ -143,7 +143,7 @@ export default {
...
@@ -143,7 +143,7 @@ export default {
// urlParam: href,
// urlParam: href,
// });
// });
qing
.
call
(
'gotoLightApp'
,
{
qing
.
call
(
'gotoLightApp'
,
{
appId
:
process
.
env
.
PACK_ENV
===
'test'
?
'500000155'
:
''
,
appId
:
process
.
env
.
PACK_ENV
===
'test'
?
'500000155'
:
'
500000004
'
,
appName
:
'天眼云'
,
appName
:
'天眼云'
,
urlParam
:
`action=gotoMap&areaNum=
${
that
.
currentAreaNum
}
&H5CallBackFunction=callBack()`
urlParam
:
`action=gotoMap&areaNum=
${
that
.
currentAreaNum
}
&H5CallBackFunction=callBack()`
});
});
...
...
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