manage-client 4.1.82 → 4.1.83
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
CHANGED
|
@@ -6,8 +6,8 @@ const proxyMiddleware = require('http-proxy-middleware')
|
|
|
6
6
|
const app = express()
|
|
7
7
|
const compiler = webpack(config)
|
|
8
8
|
|
|
9
|
-
const server = 'http://
|
|
10
|
-
const local = 'http://
|
|
9
|
+
const server = 'http://218.77.35.25:30785/'
|
|
10
|
+
const local = 'http://218.77.35.25:30785/'
|
|
11
11
|
const proxyTable = {
|
|
12
12
|
'/rs/logic/exportfile': {
|
|
13
13
|
target: server
|
package/package.json
CHANGED
|
@@ -126,6 +126,9 @@
|
|
|
126
126
|
</data-grid>
|
|
127
127
|
</criteria-paged>
|
|
128
128
|
</div>
|
|
129
|
+
<div class="flex" v-if="show">
|
|
130
|
+
<user-info-detail-manage-new :f_userinfo_id="rowdata.f_userinfo_id" @cancel-main="cancel"></user-info-detail-manage-new>
|
|
131
|
+
</div>
|
|
129
132
|
</div>
|
|
130
133
|
</div>
|
|
131
134
|
</template>
|
package/src/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import Vue from 'vue'
|
|
|
2
2
|
import App from './App'
|
|
3
3
|
import { all } from 'vue-client'
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
import { sale } from 'sale-client'
|
|
6
6
|
import { system } from 'system-clients'
|
|
7
7
|
import { ldap } from 'ldap-clients'
|
|
8
8
|
import saleManage from './saleManage'
|
|
@@ -42,7 +42,7 @@ AMap.initAMapApiLoader({
|
|
|
42
42
|
|
|
43
43
|
Vue.prototype.$echarts = echarts
|
|
44
44
|
all()
|
|
45
|
-
|
|
45
|
+
sale()
|
|
46
46
|
ldap()
|
|
47
47
|
system(false)
|
|
48
48
|
saleManage()
|