vue2-client 1.4.31 → 1.4.32
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.
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -514,6 +514,7 @@ export default {
|
|
|
514
514
|
}
|
|
515
515
|
// 查询插槽array to object
|
|
516
516
|
delete this.result.apiSlotView
|
|
517
|
+
this.result.apiSlot = {}
|
|
517
518
|
for (let i = 0; i < this.form.apiSlotView.length; i++) {
|
|
518
519
|
this.result.apiSlot[this.form.apiSlotView[i].slotType] = this.form.apiSlotView[i].slotName
|
|
519
520
|
}
|
package/vue.config.js
CHANGED
|
@@ -10,8 +10,8 @@ const isProd = process.env.NODE_ENV === 'production'
|
|
|
10
10
|
|
|
11
11
|
const server = 'http://121.36.106.17:8400'
|
|
12
12
|
// const local = 'http://localhost:8445/webmeter'
|
|
13
|
-
|
|
14
|
-
const local = 'http://localhost:8080
|
|
13
|
+
const local = 'http://123.60.214.109:8406'
|
|
14
|
+
// const local = 'http://localhost:8080'
|
|
15
15
|
|
|
16
16
|
module.exports = {
|
|
17
17
|
devServer: {
|