@lambo-design/shared 1.0.0-beta.271 → 1.0.0-beta.273
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
const nav_header_bg = require('../../styles/image/layout-header-bg-cuiwei.png')
|
|
1
|
+
// const nav_header_bg = require('../../styles/image/layout-header-bg-cuiwei.png')
|
|
2
|
+
import nav_header_bg from '../../styles/image/layout-header-bg-cuiwei.png'
|
|
3
|
+
|
|
2
4
|
export default {
|
|
3
5
|
key: "danqing",
|
|
4
6
|
title: "丹青",
|
package/package.json
CHANGED
package/utils/dict/index.js
CHANGED
|
@@ -38,7 +38,7 @@ export async function getServiceUrlDict(serviceKeyList,serviceUrlList) {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
-
export async function
|
|
41
|
+
export async function getDynamicTextServiceData(serviceKeyList,serviceUrlList) {
|
|
42
42
|
if (serviceUrlList.length > 0) {
|
|
43
43
|
try {
|
|
44
44
|
let result = {}
|