|
|
@@ -91,10 +91,10 @@
|
|
|
<span>其他设置</span>
|
|
|
</div>
|
|
|
<div class="btn-list">
|
|
|
- <button class="admin-button-com default" @click="pageTo('/admin/goodsManage/category')">分类管理</button>
|
|
|
+ <button class="admin-button-com default" @click="pageTo('/admin/goods/category')">分类管理</button>
|
|
|
</div>
|
|
|
<div class="btn-list">
|
|
|
- <button class="admin-button-com blue" @click="pageTo('/admin/goodsManage/add')">新增商品</button>
|
|
|
+ <button class="admin-button-com blue" @click="pageTo('/admin/goods/add')">新增商品</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 操作弹窗 -->
|
|
|
@@ -175,7 +175,7 @@ export default {
|
|
|
btnBottomData: [
|
|
|
{
|
|
|
name: "运费设置",
|
|
|
- click: () => this.$util.pageTo("/admin/goodsManage/freight")
|
|
|
+ click: () => this.$util.pageTo("/admin/goods/freight")
|
|
|
},
|
|
|
{
|
|
|
name: "简要说明",
|
|
|
@@ -186,7 +186,7 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: "节日涨价",
|
|
|
- click: () => this.$util.pageTo("/admin/goodsManage/price-increase")
|
|
|
+ click: () => this.$util.pageTo("/admin/goods/price-increase")
|
|
|
}
|
|
|
]
|
|
|
};
|
|
|
@@ -206,7 +206,7 @@ export default {
|
|
|
icon: "iconbianji",
|
|
|
click: function() {
|
|
|
this.$util.pageTo({
|
|
|
- url: "/admin/goodsManage/add",
|
|
|
+ url: "/admin/goods/add",
|
|
|
query: {
|
|
|
type: this.tabIndex,
|
|
|
id: this.operateData.id
|
|
|
@@ -253,17 +253,17 @@ export default {
|
|
|
methods: {
|
|
|
operateLine(index) {
|
|
|
if (index === 0) {
|
|
|
- this.$util.pageTo("/admin/goodsManage/freight");
|
|
|
+ this.$util.pageTo("/admin/goods/freight");
|
|
|
} else if (index === 1) {
|
|
|
this.$msg("请在电脑端进行设置!");
|
|
|
} else if (index === 2) {
|
|
|
- this.$util.pageTo("/admin/goodsManage/price-increase");
|
|
|
+ this.$util.pageTo("/admin/goods/price-increase");
|
|
|
}
|
|
|
},
|
|
|
operateList(index) {
|
|
|
if (index === 0) {
|
|
|
this.$util.pageTo({
|
|
|
- url: "/admin/goodsManage/add",
|
|
|
+ url: "/admin/goods/add",
|
|
|
query: {
|
|
|
type: this.tabIndex,
|
|
|
id: this.operateData.id
|