|
@@ -100,7 +100,6 @@ const state = getAll()
|
|
|
state.router = router
|
|
|
const isTest = window.location.host == '36.134.91.96:10003'
|
|
|
const isServe = process.env.NODE_ENV === "development"
|
|
|
-console.log(isTest,isServe)
|
|
|
registerMicroApps([
|
|
|
{
|
|
|
name: 'app-vue-hash',
|
|
@@ -113,7 +112,8 @@ registerMicroApps([
|
|
|
},
|
|
|
{
|
|
|
name: 'fjhxCloudVue',
|
|
|
- entry: isServe ? 'http://localhost:8082' : 'http://36.134.91.96:10002',
|
|
|
+ entry: isServe ?
|
|
|
+ 'http://192.168.1.198:1777' : 'http://36.134.91.96:10002',
|
|
|
//entry: (process.env.NODE_ENV === "development") ? 'https://wdly.bytesail.cn:10002' : 'https://wdly.bytesail.cn:10002',
|
|
|
container: '#appContainer',
|
|
|
activeRule: '/main/fjhxCloudVue',
|