sale-client 4.3.97 → 4.3.98
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/build/dev-server.js +4 -10
- package/package.json +1 -1
- package/src/filiale/dexin/UserEssentialInfoTest.vue +1 -1
- package/src/filiale/meihekou/GasPriceUser.vue +503 -503
- package/src/filiale/meihekou/UserPriceChangeManage.vue +709 -709
- package/src/main.js +1 -1
- package/.gradle/5.2.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/5.2.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileContent/fileContent.lock +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/src/expandcss.less +0 -569
package/build/dev-server.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
2
|
var checkVersion = require('./versionCheck.js')
|
|
3
3
|
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl ] = ['http://
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://121.36.106.17:31467/', 'http://121.36.106.17:31467/']
|
|
5
5
|
var merge = require('webpack-merge')
|
|
6
6
|
var baseConfig = require('./webpack.dev.conf')
|
|
7
7
|
var devConfig = {
|
|
@@ -57,19 +57,13 @@ var devConfig = {
|
|
|
57
57
|
// target: "http://localhost:9026"
|
|
58
58
|
// },
|
|
59
59
|
'/api': {
|
|
60
|
-
target: serverRul
|
|
61
|
-
secure: false,
|
|
62
|
-
changeOrigin: true,
|
|
60
|
+
target: serverRul
|
|
63
61
|
},
|
|
64
62
|
'/resource': {
|
|
65
|
-
target: serverRul
|
|
66
|
-
secure: false,
|
|
67
|
-
changeOrigin: true
|
|
63
|
+
target: serverRul
|
|
68
64
|
},
|
|
69
65
|
'/rs': {
|
|
70
|
-
target: serverRul
|
|
71
|
-
secure: false,
|
|
72
|
-
changeOrigin: true,
|
|
66
|
+
target: serverRul
|
|
73
67
|
}
|
|
74
68
|
}
|
|
75
69
|
}
|
package/package.json
CHANGED
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
</div>
|
|
318
318
|
</form>
|
|
319
319
|
</validator>
|
|
320
|
-
<modal v-if="showselectaddress" :show.sync="showselectaddress" width="
|
|
320
|
+
<modal v-if="showselectaddress" :show.sync="showselectaddress" width="80%" height="80%" title="地址信息" v-ref:modal large backdrop="false">
|
|
321
321
|
<article slot="modal-body" class="modal-body" style="height: 700px;padding: 0!important;">
|
|
322
322
|
<file-address-manage :is-select="isSelect" :fileinfo="addressinfo"
|
|
323
323
|
@address-valid="doNothing" :showselectaddress.sync="showselectaddress" v-ref:fileaddress ></file-address-manage>
|