|
@@ -1,10 +1,10 @@
|
|
|
import request from '@/utils/request'
|
|
|
|
|
|
-const commonUrl = 'http://10.179.17.100:10086/api'
|
|
|
+const commonUrl = 'http://10.179.162.122:10086/api'
|
|
|
|
|
|
export function getGlobalInterface(data) {
|
|
|
return request({
|
|
|
- url: 'http://10.179.17.100:10086/render/menu',
|
|
|
+ url: 'http://10.179.162.122:10086/render/menu',
|
|
|
method: 'get',
|
|
|
data
|
|
|
})
|