Commit 6a7a6fc4 authored by mengwenhao's avatar mengwenhao

update:commit rebase

parents 9802d88b ef29ac84
const env = process.env.NODE_ENV || "development"; const env = process.env.NODE_ENV || "development";
const port = process.env.PORT || 8055; const port = process.env.PORT || 8055;
const LOGIN_URI = {
development: "http://bp-test.ini.yidian-inc.com ",
test: "http://web-rest.int.yidian-inc.com",
production: "http://web-rest.int.yidian-inc.com"
};
const PANDORA_URI = { const PANDORA_URI = {
development: "http://pandora.yidian-inc.com", development: "http://pandora.yidian-inc.com",
test: "http://pandora.yidian-inc.com", test: "http://pandora.yidian-inc.com",
...@@ -14,9 +8,9 @@ const PANDORA_URI = { ...@@ -14,9 +8,9 @@ const PANDORA_URI = {
}; };
const API_INTERNAL_URI = { const API_INTERNAL_URI = {
development: "http://bp-test.ini.yidian-inc.com", 'development': "http://bp-test.ini.yidian-inc.com",
test: "http://bp-test.ini.yidian-inc.com", 'test': "http://bp-test.ini.yidian-inc.com",
production: "http://bp-test.ini.yidian-inc.com" 'production': "http://bp-test.ini.yidian-inc.com"
}; };
const GOODS_URI = { const GOODS_URI = {
...@@ -34,7 +28,6 @@ const IDGEN_URI = { ...@@ -34,7 +28,6 @@ const IDGEN_URI = {
module.exports = { module.exports = {
env: env, env: env,
port: port, port: port,
LOGIN_URI: LOGIN_URI[env],
API_INTERNAL_URI: API_INTERNAL_URI[env], API_INTERNAL_URI: API_INTERNAL_URI[env],
PANDORA_URI: PANDORA_URI[env], PANDORA_URI: PANDORA_URI[env],
IDGEN_URI: IDGEN_URI[env], IDGEN_URI: IDGEN_URI[env],
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
<!-- 所属分类 --> <!-- 所属分类 -->
<el-form-item label="所属分类"> <el-form-item label="所属分类">
<el-cascader <el-cascader
@change="handleChange"
:options="labelOptions" :options="labelOptions"
:props="cascaderProps" :props="cascaderProps"
collapse-tags collapse-tags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment