Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈超
linshenxs-shop
Commits
2cf0b575
Commit
2cf0b575
authored
Jul 20, 2022
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
a2295ed6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
src/views/businessGoods/goodsEdit/goods_edit.vue
+1
-1
src/views/businessOrder/details.vue
+1
-1
vue.config.js
+2
-1
No files found.
src/views/businessGoods/goodsEdit/goods_edit.vue
View file @
2cf0b575
...
...
@@ -412,7 +412,7 @@
})
.
catch
(
e
=>
{
this
.
loading
=
false
console
.
log
(
e
)
})
},
//清除数据
...
...
src/views/businessOrder/details.vue
View file @
2cf0b575
...
...
@@ -167,7 +167,7 @@
</
template
>
<
script
>
import
{
getOrderInfo
,
shipsImmediately
,
cancelOrderMethod
}
from
'@/api/mall/merchantMallorder'
import
{
getOrderInfo
,
cancelOrderMethod
}
from
'@/api/mall/merchantMallorder'
import
{
ZmMixin
}
from
'@/mixins/ZmMixin.js'
export
default
{
name
:
"businessOrder"
,
...
...
vue.config.js
View file @
2cf0b575
...
...
@@ -2,7 +2,8 @@
* 配置参考:
* https://cli.vuejs.org/zh/config/
*/
const
url
=
'http://linshenxs-gateway:9999'
//const url = 'http://linshenxs-gateway:9999'
const
url
=
'http://47.108.51.175:9999'
const
CompressionWebpackPlugin
=
require
(
'compression-webpack-plugin'
)
const
productionGzipExtensions
=
[
'js'
,
'css'
]
module
.
exports
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment